You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
When the /test route is been clicked the necessary navbar notification isn't popping up on the other browser tab. You may need to use laravel Echo to fix or npm to require pusher it self.
The text was updated successfully, but these errors were encountered:
I follow @kodunmi but still not working. Then I open config/broadcasting.php and change following setting 'default' => env('BROADCAST_DRIVER', 'null')
to 'default' => "pusher"
and it's working.
It is like laravel didn't read my .env file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the
/test
route is been clicked the necessary navbar notification isn't popping up on the other browser tab. You may need to use laravel Echo to fix or npm to require pusher it self.The text was updated successfully, but these errors were encountered: