neoighodaro / laravel-pusher-web-notifications

An example on how to use Laravel and Pusher to create a web notification system.
87 stars 128 forks source link

Your Code is not working for me. #2

Closed alikazmi181293 closed 6 years ago

alikazmi181293 commented 6 years ago

I have just cloned your project setup all the pusher configurations but the notification is not send. The notification bell is also not displaying.

rampun commented 6 years ago

@alikazmi181293 Please check the app preview. The notification bell is displayed only if you have at least 1 notification. Further, you need to add a cluster to Pusher instance.

Please check welcome.blade.php (line: 75) var pusher = new Pusher('app_key', { cluster: 'CLUSTER', // this is the issue encrypted: true, });