Installing database notifications on existing project
I'm trying to do that but I see that I don't have any assets published in my views directory and only javascript assets are published. I have checked in
Also, in the documentation it mentions that the view must be registered in a Service Provider, but it doesn't mention in which one, I tried to do it in the
Someone please guide me :S
vendor/filament/notifications/views and there are still many assets that have not been published.Also, in the documentation it mentions that the view must be registered in a Service Provider, but it doesn't mention in which one, I tried to do it in the
AppServiceProvider but it doesn't work because it shows the error "Undefined variable $unreadNotificationsCount".Someone please guide me :S