Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msalom28/Larasocial
A social network app built with Laravel
https://github.com/msalom28/Larasocial
Last synced: about 1 month ago
JSON representation
A social network app built with Laravel
- Host: GitHub
- URL: https://github.com/msalom28/Larasocial
- Owner: msalom28
- Created: 2015-04-25T13:21:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T22:08:54.000Z (8 months ago)
- Last Synced: 2024-04-24T23:26:12.063Z (8 months ago)
- Language: PHP
- Size: 2.24 MB
- Stars: 275
- Watchers: 29
- Forks: 116
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-opensource-apps - Larasocial
README
## 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
```2. 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.
2. Install javascript modules via npm
```
npm install
```4. Migrate and seed the Database.
```
php artisan migrate --seed
```5. Run nodejs.
```
node server.js
```Note: leave terminal open with the command running.
6. Run php server.
```
php artisan serve
```Enjoy!
### License
The Larasocial App is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)