About Laravel Chatroom Laravel Chatroom is a small app built to test real time communication with laravel Echo and Pusher.
- Laravel 6
- Pusher
- Laravel Echo
- Clone the repo
- Copy .env.example to .env
- Configure .env
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate
- Run npm install
- Set your PUSHER_APP_ID in .env
- Set your PUSHER_APP_KEY in .env
- Set your PUSHER_APP_SECRET in .env