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.
- Clone repository
git clone https://github.com/dxdo/Larasocial.git projectname
- Install packages via Composer
composer install
- Install Node.js and packages
npm install
- Run migrations
php artisan migrate --seed
- Generate encription key
php artisan key:generate
- Type
node server.js
in your terminal (leave terminal open with the command running) - (Optional)
php artisan serve
Enjoy!
The Larasocial App is open-sourced software licensed under the MIT license