Filip
Panel based on individual user ID
Have a look at those links: https://filamentphp.com/docs/3.x/panels/resources/creating-records#customizing-the-creation-process https://filamentphp.com/docs/3.x/panels/configuration#changing-the-path
5 replies
Override the PHP file of database notifications drawer livewire component
Yeah sure, I want to edit the actions of the buttons: Mark all as read, clear and the X button of the notification, basically what I want is to overwrite the class vendor/Filament/Notifications/src/Livewire/DatabaseNotifications.php, which is the PHP file of the notification drawer livewire component.
Reason: those buttons are are using mass assignment to change the notifications which means no events will be triggered but I want the events to be triggered.
28 replies