jersonmr
jersonmr
FFilament
Created by jersonmr on 2/13/2024 in #❓┊help
can't see avatar after update
Hello, I have a custom page for the profile. After save the form data the view throw an error filament php file upload foreach() argument must be of type array|object, string given this happens in avatar component
FileUpload::make('profile.avatar')
->label(
__('Avatar'))
->maxSize(1024 * 1024 * 2)
->avatar()
->imageEditor()
->circleCropper()
->directory('avatars')
->columnSpan(1),
FileUpload::make('profile.avatar')
->label(
__('Avatar'))
->maxSize(1024 * 1024 * 2)
->avatar()
->imageEditor()
->circleCropper()
->directory('avatars')
->columnSpan(1),
I have a relationship HasOne between the User model and the Profile model
4 replies
FFilament
Created by jersonmr on 10/27/2023 in #❓┊help
spatie media library not working with s3 images in infolist entry
Hello, my problem is IDK how to print inside infolist an image coming from s3 bucket using the spatie media library package
SpatieMediaLibraryImageEntry::make()
->disk('s3'),
SpatieMediaLibraryImageEntry::make()
->disk('s3'),
What suppose to put inside make or how I can do that...
22 replies
FFilament
Created by jersonmr on 10/26/2023 in #❓┊help
Two tables in the same view
No description
7 replies
FFilament
Created by jersonmr on 5/22/2023 in #❓┊help
DDD for filament
Hi there, I'm looking the best approach to fit a project that is using Filament to adapt it to DDD architecture. Somebody has an example about how to do it or something like that? Thanks...
13 replies