elmudometal
elmudometal
Explore posts from servers
TLCTuto's Laravel Corner
Created by elmudometal on 11/28/2024 in #💡filament
How can I pre-fill or pre-check records from the table?, is possible?
Does anyone know if it is possible to mark the default check boxes in a table(bulk action)? I have used $selectedTablerecord and $selectedRecors and neither of them have worked for me?
4 replies
FFilament
Created by elmudometal on 11/21/2024 in #❓┊help
How can I check table items by default?
How can I use: selectedTableRecords or selectedRecords to mark table items by default?
2 replies
FFilament
Created by elmudometal on 11/21/2024 in #❓┊help
How can I send data from components to livewire
How can I send a list of components to a livewire component? For example, I have columns schema(table) and when I receive them in livewire it fails because of the objects [{}]
2 replies
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