The project has been developed and tested to work with the following requirements:
Laravel 5.8.* PHP 7.1 Node.js installed Composer Xampp v3.2.3
-
Setup your pusher credentials PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=
-
Setup database.
- Create a database called chat_db
- run the following command php artisan migrate to create models
-
run npm run watch to watch changes.
-
Run the Application through command php artisan serve