Skip to content

dxdo/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.

Install instructions:

  1. Clone repository git clone https://github.com/dxdo/Larasocial.git projectname
  2. Install packages via Composer composer install
  3. Install Node.js and packages npm install
  4. Run migrations php artisan migrate --seed
  5. Generate encription key php artisan key:generate
  6. Type node server.js in your terminal (leave terminal open with the command running)
  7. (Optional) 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 5.7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.6%
  • HTML 14.5%
  • JavaScript 11.8%
  • CSS 3.1%