On my laravel project I install pusher and its dependencies and managed to connect with my browser. I am receiving my data on a channel named "new_test", as it is a test I decided to change the channels name to a more appropriate name. I changed the name and save my new settings, but still it is connecting to the old channel "new_test".
The channels name is hard coded and not passed through a var or cache, so I am sure that I changed it everywhere that it is needed.
Also laravel ignores every change on the broadcasting config. Even if I change the drives default value from pusher to redis or log, continues to use pusher.
Is there any solution to this?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community