beyondcode / laravel-websockets-demo

Demo application to use with the Laravel WebSockets package.
https://docs.beyondco.de/laravel-websockets/
403 stars 164 forks source link
laravel laravel-echo pusher websockets

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.