Soundmit
How to show image gallery in infolist
i'm using this
https://filamentphp.com/plugins/filament-spatie-media-library#reordering-files
but i have these problems
- uploaded images are not modifiable / deletable
- if i upload new images, the old images disappear
5 replies
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