Skip to content

A social network app built with Laravel

Notifications You must be signed in to change notification settings

vestigegroup/Larasocial

 
 

Repository files navigation

Larasocial

Larasocial is a simple but rich web application build on top of the Laravel framework. Inside you will find features such as friend requesting, chat between users, private messaging and more.

Download instructions:

  1. Clone the project.
git clone https://github.com/msalom28/Larasocial.git projectname
  1. Install dependencies via composer.
composer install 

Note: You might get an error with the elephant.io package, The package folder might appear empty after download, just close your text editor and open the project again, and the files will be there. I really don't know why that is happening.

  1. Install javascript modules via npm
npm install
  1. Migrate and seed the Database.
php artisan migrate --seed
  1. Run nodejs.
node server.js

Note: leave terminal open with the command running.

  1. Run php server.
php artisan serve

Enjoy!

License

The Larasocial App is open-sourced software licensed under the MIT license

About

A social network app built with Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.6%
  • HTML 15.5%
  • JavaScript 12.6%
  • CSS 3.3%