Can't run php artisan reverb:start manually in an .exe.
php artisan reverb:start
.exe
Use Native::backgroundProcess('php artisan reverb:start')->run(); in launch() to auto-start Reverb silently when the app starts.
Native::backgroundProcess('php artisan reverb:start')->run();
launch()