laravel-websockets-demo icon indicating copy to clipboard operation
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

  1. Clone this repository
  2. composer install
  3. cp .env.example .env
  4. php artisan migrate
  5. php artisan key:generate
  6. php artisan websockets:serve

Credits

License

The MIT License (MIT). Please see License File for more information.