MedoLaravel
MedoLaravel
FFilament
Created by MedoLaravel on 8/22/2024 in #❓┊help
ConfiguerUsing not working in service provider
i use this code in service provider use Filament\Tables\Actions\DeleteAction; DeleteAction::configureUsing(function (DeleteAction $action): void { $action ->successNotificationTitle('Data Deleted') ->iconButton(); }); but the notification title did not changed
2 replies
FFilament
Created by MedoLaravel on 3/20/2024 in #❓┊help
Configure Notification in the simple resource
How to configure Notification in Simple resource
3 replies
FFilament
Created by MedoLaravel on 3/20/2024 in #❓┊help
Change form buttons direction when using simple resource
How to change buttons direction in a modal in simple resource
1 replies