zaxxo / laravel-websockets-restart
This package adds a restart command for the WebSocket server from beyondcode.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zaxxo/laravel-websockets-restart
Requires
- php: ^7.1
- beyondcode/laravel-websockets: ^1.0
- illuminate/console: ^5.7|^6|^7
- illuminate/support: ^5.7|^6|^7
This package is auto-updated.
Last update: 2022-08-22 08:45:24 UTC
README
Laravel WebSockets Restart
This adds a console command to restart the Laravel WebSocket server.
Helpful if you deploy automatically (e.g. with Laravel Envoyer).
Installation
composer require zaxxo/laravel-websockets-restart
Usage
php artisan websockets:restart
Note
This only works if the server is automatically restarted with Supervisor or something else.