How to make a custom page "Settings" with only several fields and to have the custom route for that?
Hello!
I need to have a simple page with several text fields of global site settings like "adminEmail", "newsPerPage", "backgroundColor" and so on. We must have a menu item "Settings" in the left sidebar and after we click it we see the form with that fields and submit button. After we press it the information of the fields will come to laravel controller and some php code will work with that settings. Is it possible to insert such page to the admin panel ?
1 Reply
This sounds like a custom page with a form builder, start here:
https://filamentphp.com/docs/3.x/panels/pages#creating-a-page