Messenger of truth
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.
4 replies
Customize Page
I want to create a setting page for email.
I created model Setting and table Setting,
Table Setting has two columns: key: string, value: string
How do i created a link called "emails" in sidebar, and when i click "email" , that page has form not list.
6 replies