i have a laravel project with beyondcode/laravel-websockets package.
Everytime i want to run the websockets, i need to run:
php artisan websockets:serveI can't do this for producction.
I don't have access to the apache production server, so i can't install the supervisor package, all i can modify about the apache is my .htaccess file.
How can i run this command or something for start my websocket app automatically?