laravel / nova-issues

556 stars 34 forks source link

Notification bell not showing #5456

Closed HeadStudios closed 1 year ago

HeadStudios commented 1 year ago

Description:

https://share.getcloudapp.com/JrupOqzd

Detailed steps to reproduce the issue on a fresh Nova installation:

Every install is the same

crynobone commented 1 year ago

CleanShot 2023-04-06 at 12 45 31

Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)

crynobone commented 1 year ago

@HeadStudios never share repo with Nova's source code.

HeadStudios commented 1 year ago

HeadStudios

Added you as collaborator to private repo

crynobone commented 1 year ago

@HeadStudios why can't you send in a public repo without Nova's source code? Similar to https://github.com/nova-issues

HeadStudios commented 1 year ago

Hi, please find public repo below:

https://github.com/HeadStudios/novaissue-5456-nonova

crynobone commented 1 year ago

https://github.com/HeadStudios/novaissue-5456-nonova/blob/2abedd928748ae1f4211862164e8d411f6eab036/app/Providers/NovaServiceProvider.php#L26-L31

See the documentation: https://nova.laravel.com/docs/4.0/customization/notifications.html#disabling-notifications

HeadStudios commented 1 year ago

Thank you this has fixed my issue. Appreciate the quick response.