Vp
How to upgrading filament to minor versions
Now the latest is
3.2.123
if you want to update on latest then just run composer update filament/filament
If you want to update on specific version eg: 3.2.115 then update your composer.json like "filament/filament": "3.2.115"
then run composer update
19 replies
Hide Input Form inside Repeater based on condition
Try like this https://filamentphp.com/docs/3.x/forms/advanced#dependant-select-options put
live()
on lines, and control visibility using $get5 replies
How can I reduce the excess white space when using the Cluster feature ?
I think Cluster has nothing to do with here, maybe you didn't set the max content https://filamentphp.com/docs/3.x/panels/configuration#customizing-the-maximum-content-width
6 replies
How to decrease this gap in collapsed sidebar
Or like this, but not sure https://filamentphp.com/docs/3.x/panels/navigation#customizing-the-width-of-the-sidebar
4 replies
How To Apply `->imageEditor` on FileUpload v2?
Better to upgrade to v3.. or you can search some plugin here which may have https://v2.filamentphp.com/plugins
11 replies