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
npm run prod
||npm run dev
node start
The MIT License (MIT). Please see License File for more information.