zaxxo/laravel-websockets-restart

This package is abandoned and no longer maintained. No replacement package was suggested.

This package adds a restart command for the WebSocket server from beyondcode.

v1.1.0 2020-04-29 05:13 UTC

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.