Disable Nova Notifications (v4) #4004
Replies: 3 comments 4 replies
-
This just stops it from polling constantly, you can use this until they allow you to remove Notifications totally.
Nova::notificationPollingInterval(86400); |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://nova.laravel.com/docs/4.0/customization/notifications.html#disabling-notifications |
Beta Was this translation helpful? Give feedback.
3 replies
-
It would be nice if we could use WebSockets/echo for notifications optionally of course#4196 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable the new notification system in Nova 4?
That means hiding the icon, the panel and stopping the polling feature which makes unnecessary HTTP requests.
It's a nice addition but I don't think it should be "mandatory" to use it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions