Using ExeOutput for PHP 2021 with a Laravel app that requires both queue workers and websockets.
In local dev, I run:
Inside the compiled EXE, I can’t run these manually.
What’s the best way to have both commands start automatically when the EXE launches?
In local dev, I run:
php artisan queue:workphp artisan websockets:serveInside the compiled EXE, I can’t run these manually.
What’s the best way to have both commands start automatically when the EXE launches?