Lars
Lars
FFilament
Created by weadonyo on 9/14/2023 in #❓┊help
Database Notification component on a simple page
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{ }
2 replies