Database Notification component on a simple page
How do I add database notification component on simple page, I have created a simple page I intend to use it not within the dashboard, once a user logs in I want the to receive database notifications, However I keep getting this error,
But user menu is accessible and working perfectly fine.
1 Reply
I tried creating a livewire component that extends the real component.
<?php
namespace App\Livewire\Filament\Livewire;
use Filament\Livewire\DatabaseNotifications as DatabaseNotificationsBase;
class DatabaseNotifications extends DatabaseNotificationsBase{
}