How can I create a custom page with the form directive and use Full calendar plugin?
Hi, I want to create a custom page that will have its own independent CRUD, now how can I use the form directive like in the resources to use the Full calendar plugin?
2 Replies
If you are building a custom page, you need to follow the form builder docs:
https://filamentphp.com/docs/2.x/forms/installation
Filament
Installation - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.
I found the way, I needed to add {{ $this->form }} in the blade template, thanks