Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 650 Bytes

Real-Time-Chat-App

How to run:

Open the console and cd your project root directory

Run composer install or php composer.phar install
Run php artisan key:generate
Run php artisan migrate
Run php artisan db:seed to run seeders if any
Run php artisan serve

You can now access your project at localhost:8000 :)

If for some reason your project stop working do these:

composer install
php artisan migrate

Video Demo

Watch the video