MedoLaravel
MedoLaravel
FFilament
Created by MedoLaravel on 3/20/2024 in #❓┊help
Configure Notification in the simple resource
exactly .. Thank you ❤️
3 replies
FFilament
Created by Nils Domin on 8/27/2023 in #❓┊help
Forms: How can I align the save/cancel buttons if my section layout is "aside"?
I got it
public function panel(Panel $panel): Panel
{
return $panel
->bootUsing(function () {
Page::formActionsAlignment('end');
})
}
public function panel(Panel $panel): Panel
{
return $panel
->bootUsing(function () {
Page::formActionsAlignment('end');
})
}
9 replies
FFilament
Created by Nils Domin on 8/27/2023 in #❓┊help
Forms: How can I align the save/cancel buttons if my section layout is "aside"?
Instead of repeating this line of code on every page ... how to set it globally?
9 replies