π’π±πͺππ·
FFilament
β’Created by π’π±πͺππ· on 2/1/2024 in #ββhelp
fileupload question
Hello!
I have in my project the "FileUpload" from the documentations..
The upload works fine.. it gets displayed on my webpage.. but when i edit a record the image is not displayed/shown.. like a preview.
Am i missing something?
Thats my FileUpload:
Forms\Components\FileUpload::make('image_path')
->columnSpanFull()
->name('Picture')
->image()
(I already used a storage:link, and in my .env i already changed from localhost to the ip)
2 replies
FFilament
β’Created by π’π±πͺππ· on 1/31/2024 in #ββhelp
Icons in forms
Hi, is it possible to put a icon from hero icons in a selection so i can display it on my page?
31 replies
FFilament
β’Created by π’π±πͺππ· on 1/31/2024 in #ββhelp
Editing/Create title
hello.. how can I change or delete the title if I edit or create on a resource?
Like I click on a post to edit it
And at the start / above everything it says βEdit Textβ
2 replies
FFilament
β’Created by π’π±πͺππ· on 1/30/2024 in #ββhelp
login
how or where can I change the default login from filament to a custom form in a livewire file?
10 replies