I'm do real time application with Laravel and Brainsocket Websocket server start with command php artisan brainsocket:start.
How to start websocket without terminal?
When i added to global.php Artisan::call('brainsocket:start') page has stopped working and i added to routes and controller too.