This is an example application built with the Laravel WebSockets package.
- Clone this repository
composer installcp .env.example .envphp artisan key:generate- Configuration PUSHER_APP_ID/PUSHER_APP_KEY/PUSHER_APP_SECRET...
php artisan migratephp artisan websockets:serve, default ws url: 127.0.0.1:6001
Laravel-websockets requires laravel/framework >= 5.7. Lower version of laravel can use tlaverdure/laravel-echo-server based on NodeJs.