nullproduction / Larasocial

A social network app built with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. To view the app online go to http://larasocial.info

Download instructions:

  1. git clone https://github.com/msalom28/Larasocial.git projectname
  2. composer install (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.)
  3. npm install
  4. php artisan migrate --seed
  5. type "node server.js" in your terminal (leave terminal open with the command running)
  6. 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


Languages

Language:PHP 83.7%Language:JavaScript 12.8%Language:CSS 3.4%Language:ApacheConf 0.2%