elmudometal
elmudometal
FFilament
Created by elmudometal on 9/2/2024 in #❓┊help
filepond fileupload component
How can I add an input to the fileupload? I tried to do it this way https://github.com/pqina/filepond/issues/208 but it doesn't work for me to add it.
2 replies
FFilament
Created by elmudometal on 1/22/2024 in #❓┊help
I have a problem with HasFileAttachments aws S3
in the file vendor/filament/forms/src/Components/Concerns/HasFileAttachments.php in the line if ($storage->getVisibility($file) === 'private') why do they ask if it is private if a variable that defines the visibility, then if I do not have access to the acl permissions of that route or I can validate this and it explodes for no reason, this only happens with this component because the upload files does work
3 replies
FFilament
Created by elmudometal on 1/2/2024 in #❓┊help
set config(['livewire.temporary_file_upload.disk' => 'local']); to local in one resouce import file
my system is uploading all the files to s3 but I would like the import file to be local because the package does not take s3
3 replies
FFilament
Created by elmudometal on 10/17/2023 in #❓┊help
Problem when displaying order is generated in reverse
When I do a $news->getMedia('gallery') it shows me the order in 1,2,3,4,5... when I am in filament it calls the collection the same but shows it...5,4,3 ,2,1 and when it orders it, it saves the first image as the last 5,4,3,2,1 generating a difference
2 replies
FFilament
Created by elmudometal on 9/8/2023 in #❓┊help
problem saving pivot table
9 replies
FFilament
Created by elmudometal on 8/7/2023 in #❓┊help
import
How can I import Excel into a table?
4 replies