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