Action is always loading when running a laravel process
The main goal is to run a laravel process that starts a local game server. However, after running the process (and while its running) the action is always "loading" as shown in the picture. I understand why this is happening, but I was wondering if there was a way to get around it? After clicking launch, it should start the process and stop loading.
Here is my code so far
Here is my code so far

Solution
I would look into jobs and listeners and how you can leverage them with reverb.