Relative Content

Tag Archive for laravellaravel-livewirelaravel-filamentfilamentphp

How to hide filament table filters modal

I am working with Filament Table in a Laravel project. I want to hide the filters modal when the “Apply Filters” button is clicked. Here is the code I’m currently working with. How can I achieve this functionality?

Filament send Notification in console (save on database)

In my project, I have students and should notify them when their subscription ends. But Filament or Laravel Notification didn’t support this or I didn’t find it. I want to save notifications and Notify them when the subscription date approaches. Or is there any method when student come to their profile/panel notification should open?