This is an example application built with the Laravel WebSockets package.
- Clone this repository
composer install
cp .env.example .env
php artisan key:generate
- Configuration PUSHER_APP_ID/PUSHER_APP_KEY/PUSHER_APP_SECRET...
php artisan migrate
php 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.