A social network built with Laravel and Bootstrap. Authenticate, add and accept friend requests, post to a timeline, reply to and like friend's statuses.
- Build a fresh Laravel installation.
- Run
php artisan app:name Chatty
from the root directory. This sets your application name. - Copy over
app
,database
andresources
folders, replacing those in the default Laravel installation. - Create a database for this project.
- Add your database details in the
.env
file. - Run
php artisan migrate
from the project directory. This creates the database tables.
Hit the URL you're using for this project and you should be ready to go!
https://www.codecourse.com/library/lessons/social-network/introduction