phphelloworld
phphelloworld
FFilament
Created by Aaron Lawrence on 1/15/2024 in #❓┊help
Grouped Selects
I have the same scenario. Anyone can suggest a workaround?
3 replies
FFilament
Created by phphelloworld on 5/21/2024 in #❓┊help
File upload - Division by zero
Thanks for your time. I find out that the problem is that I must specify both height and width. With previous version it was not mandatory.
Forms\Components\FileUpload::make('image')
->imageResizeTargetHeight('800')
->imageResizeTargetWidth('1920')
Forms\Components\FileUpload::make('image')
->imageResizeTargetHeight('800')
->imageResizeTargetWidth('1920')
4 replies
FFilament
Created by phphelloworld on 4/8/2024 in #❓┊help
createOptionForm - item not automatically selected
Can someone point me in the right direction? Thanks in advance
4 replies
FFilament
Created by phphelloworld on 12/2/2023 in #❓┊help
searchable() in Select blocks listing items
Is there someone can help me and give me a direction where to investigate? Thanks in advance
3 replies
FFilament
Created by ElCoco on 9/3/2023 in #❓┊help
Save to DB after deleting a repeater element
Hi! Could you explain please where and how to use it to save immediately to DB after deleting a repeater element?
5 replies