laravel-websockets/docs/basic-usage/restarting.md

342 B

title order
Restarting Server 4

Restarting Server

If you use Supervisor to keep your server alive, you might want to restart it just like queue:restart does.

To do so, consider using the websockets:restart. In a maximum of 10 seconds, the server will be restarted automatically.

php artisan websockets:restart