This is a demo application built with the Laravel WebSockets package.
Be sure to check out the official documentation.
- Clone this repository
composer install
cp .env.example .env
php artisan migrate
php artisan key:generate
php artisan websockets:serve
The MIT License (MIT). Please see License File for more information.