Stars: 392
Forks: 159
Pull Requests: 5
Issues: 21
Watchers: 13
Last Updated: 2022-07-25 16:32:14
Demo application to use with the Laravel WebSockets package.
License:
Languages: PHP, Vue, HTML
This is a demo application built with the Laravel WebSockets package.
Be sure to check out the official documentation.
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.