Form in customize page
I created a custom page by tutorial https://filamentphp.com/docs/2.x/admin/resources/custom-pages
I want to write form in custom page. How can i do that ? I am newbie in livewire.
Filament
Custom pages - Resources - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
to add a form to a custom page, follow this guide - https://filamentphp.com/docs/2.x/forms/getting-started#preparing-your-livewire-component
Filament
Getting started - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.
I see. I am following