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