laravel-artisan

Laravel echo is no listening

。_饼干妹妹 提交于 2020-12-06 09:00:50
问题 i'm from venezuela, i've a problem tryging to integrate laravel echo with a project, i try everything and i wanna receive your help. maybe i'm not working with the right way. i'm trying to use broadcasting events with socket io because i'm working in a startup and is very difficult pay a services like pusher. i'm trying to do a simple real time chat.. That is my chatController.. public function index(Request $request){ $sender=Auth::user()->id; $receiver=\App\User::find(2); $message=new

Artisan Error: Failed to listen on localhost:8000

好久不见. 提交于 2020-11-30 02:24:44
问题 I'm having problem starting my laravel installation. Whenever I type in the terminal 'php artisan serve' it responses me an error: Failed to listen on localhost:8000 (reason:une tentative d'access un α socket de maniere interdite par ses autorisation d'access a 0t0 tent0e) any ideas on how to solve this? thanks in advance. img problem http://i.imgur.com/rOt3Lat.png it's works now I just changed the listen port from 8000 to 8888 or any other port your services didn't use it 'php artisan serve