Laravel echo is no listening
问题 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