Bruno Pereira
what is my custom page route?
https://filamentphp.com/docs/3.x/panels/pages#generating-urls-to-pages
ResolveBrokenPart::getUrl();
3 replies
Simple question about nested models with Form
Have you tried this method? https://filamentphp.com/docs/3.x/forms/fields/select#creating-a-new-option-in-a-modal
8 replies
In Form Builder - Relation is failing to save. Presents SQL error.
The trip table must have user_id foreign key, thats how you relate them.
Check this https://laravel.com/docs/12.x/eloquent-relationships#one-to-many
17 replies
How to persist localeSwitcher
I normally use this one https://filamentphp.com/plugins/outerweb-translatable-fields
8 replies