Custom Pages
Hi, does anyone knows if there is any tutorial (video, article, ...) or documentation about how to create a custom page in FIlament ? Add a custom form not associated to a resource, and when submitted I can retrieve data and make things with it ? And what are filament component that can be put in the blade view associated to the Filament page ?
4 Replies
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Actions are usually used to create forms in custom pages, other methods are available but not as widely supported I believe.
You can even use Filament forms and use the custom pages as a type of controller/just a container to hold the data like I did in #companies
actions are not the most common way to add forms
you can also use the form builder, following the Getting Started guide.
everything is possible in a custom page
Sorry
Nevermind