laravel-pusher-web-notifications icon indicating copy to clipboard operation
laravel-pusher-web-notifications copied to clipboard

An example on how to use Laravel and Pusher to create a web notification system.

Results 6 laravel-pusher-web-notifications issues
Sort by recently updated
recently updated
newest added
trafficstars

it seems that the event not sending, since counter is hidden and it always 0

var pusher = new Pusher('Api key, { cluster: 'ap2',// encrypted: true });

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...

It's not working, the data array returns empty. When '/test' route is hit no push notification is received at the other end. Somethings missing in the code I guess.

the view does not recieve any data, nothing happens. env: php 7.3.11, laravel 6.7

the event return empty array ?