how to install pusher in laravel 6 production is not working in my local works? code example
Example: why pusher not working in laravel
//Actually for me the issue was having the option encrypted set to
//true (as in the example code from Pusher).
//I've changed it to false, and it worked.
'encrypted' => false