laravel-websockets-demo
laravel-websockets-demo copied to clipboard
Demo application to use with the Laravel WebSockets package.
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
- Marcel Pociot
- Freek Van der Herten
- All Contributors
License
The MIT License (MIT). Please see License File for more information.