Skip to content

RehabAbdelWahab/Real-Time-Chat-App

Repository files navigation

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

About

Real time chat application with PHP, Laravel, NodeJs, laravel-broadcasting, Redis Echo Server, Socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published