Firebird
Firebird
FFilament
Created by tarifss on 2/5/2024 in #❓┊help
Auth login is not working
No description
15 replies
FFilament
Created by tarifss on 2/5/2024 in #❓┊help
Auth login is not working
How did you solve it can you tell me? What commands did you run?
15 replies
FFilament
Created by Firebird on 11/29/2023 in #❓┊help
Add Id of model in photo name during upload in form builder
FileUpload::make('photo_path')
->columnSpan(1)
->label('Image')
->disk('s3')
->directory('images/subsubcategories')
->preserveFilenames()
->getUploadedFileNameForStorageUsing(
fn (TemporaryUploadedFile $file): string => (string) str($file->getClientOriginalName())
->prepend(SubSubCategory::all()->id),
)
->visibility('public'),
FileUpload::make('photo_path')
->columnSpan(1)
->label('Image')
->disk('s3')
->directory('images/subsubcategories')
->preserveFilenames()
->getUploadedFileNameForStorageUsing(
fn (TemporaryUploadedFile $file): string => (string) str($file->getClientOriginalName())
->prepend(SubSubCategory::all()->id),
)
->visibility('public'),
3 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
thank you ❤️
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
and yes you are right, it is CORS error and now i guess thats on me
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
you are correct, i just inserted just path of the photo like that images/teste-image.jpg and it reacted to it, now it gives a console errors
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
i even tried to instead of giving it full url, just to give the photo name
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
yes
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
like that
ImageColumn::make('photo_path')
->label('Image')
->url('photo_path'),
ImageColumn::make('photo_path')
->label('Image')
->url('photo_path'),
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
no console errors, also the image is public, anyone can access it as long as they have the link, path is correct bcs i display the image in table builder
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
i specified the disk but still no results
FileUpload::make('photo_path')
->disk('s3')
->directory('images')
->multiple(),
FileUpload::make('photo_path')
->disk('s3')
->directory('images')
->multiple(),
18 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
Bump
18 replies
FFilament
Created by G0LD on 11/11/2023 in #❓┊help
I Have Problem With Select Column widget
yeah it worked, thanks
22 replies
FFilament
Created by G0LD on 11/11/2023 in #❓┊help
I Have Problem With Select Column widget
do you want me to change them as well?
22 replies
FFilament
Created by G0LD on 11/11/2023 in #❓┊help
I Have Problem With Select Column widget
still it didn't work
22 replies