Soundmit
Avoid ID in edit page
Yes, I know how to do this, but I would like to create a plugin so that when it's installed, it creates the table, etc. Is there a way to create a page within the plugin or to make the plugin itself create the page for me?
20 replies
Avoid ID in edit page
i understand but this is a collection of settings related to the website's frontend, like logo, site name, description, seo...
i've tried to used a pair of filament's settings plugin but i need multi language settings and they doesn't support translations
20 replies
Avoid ID in edit page
I don't need to pass an ID.
I've built a custom settings management system as part of a larger plugin. It features a single form that saves each setting as a separate row in a database table. In the end, this results in around 30 rows.
When editing, I want to update all the rows simultaneously.
I know I can create a custom page in Filament, but since I'm developing a plugin, I haven’t found detailed information on how to build a custom page within the plugin rather than using the default list/create/edit pages.
20 replies
Moving routes inside plugin break the app
as is, without modification
but i get an error not present before
i have a LocaleMenu controller in the app that serves for the menu translations
as you can see, this controller sets a pair of variable that i use in my view
but, after moving the news route, i get Undefined variable $mainMenuItems
because the localeMenu is not loaded at all
this controller is registered in bootstrap/app
5 replies