I Have a problem with laravel websockets .
I'm trying to run websocket server using Artisan call like this :
Artisan::call('websockets:serve');
but it didn't work (returned request timeout) knowing that it works correctly when i run :
php artisan websockets:serve
Here are some illustrations :
still like that then give me request timeout .