darrenglanville
darrenglanville
FFilament
Created by Isak on 8/20/2024 in #❓┊help
Opening a modal with create
You can replace the Action within the create page that is a standard Action with your own requiresConfrimation() or form(). You can then put what you want to do in action(). You can replace the cancel action for the modal too.
6 replies
FFilament
Created by Isak on 8/20/2024 in #❓┊help
Opening a modal with create
When creating a resource, add a --simple flag and the new and edit buttons will become modals automatically
6 replies
FFilament
Created by Bryan on 7/29/2024 in #❓┊help
Filament Shield Have a Default Role
For basic logic, this makes sense. Observers can be used for more in depth tasks
11 replies
FFilament
Created by atabegruslan on 8/16/2024 in #❓┊help
Preventing the admin from deleting himself
11 replies
FFilament
Created by atabegruslan on 8/16/2024 in #❓┊help
Preventing the admin from deleting himself
Are you using rules? You can add a false in it if the $user != Auth()->user()
11 replies