elmudometal
elmudometal
FFilament
Created by elmudometal on 1/22/2024 in #❓┊help
I have a problem with HasFileAttachments aws S3
another error in that same file is that StorePublic fails when saving S3 files, it does not generate any errors but it is not stored in the bucket
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
I currently do this: class ListPoints extends ListRecords { protected static string $resource = PointResource::class; protected function getActions(): array { config(['livewire.temporary_file_upload.disk' => 's3']); return [ Actions\CreateAction::make() ->label('Create Point'), ImportAction::make('poits') ->label('Import Points') ->fields([... but it still saves the temp file in s3
3 replies
FFilament
Created by elmudometal on 9/8/2023 in #❓┊help
problem saving pivot table
class OrdenCategoria extends Pivot { protected static function booted(): void { static::creating(function ($ordenCategoria) { if (empty($ordenCategoria->inscripcion_id)) { $ordenCategoria->inscripcion_id = $ordenCategoria?->pivotParent?->inscripcion_id; } }); } }
9 replies
FFilament
Created by elmudometal on 9/8/2023 in #❓┊help
problem saving pivot table
My solution was to create a pivot model and assign the id
9 replies
FFilament
Created by elmudometal on 9/8/2023 in #❓┊help
problem saving pivot table
My idea was to create a registration form and this adds a repeat of orders and in the orders I added the categories (this one as select multiple) but since the registration has not yet been created I do not have the id so when saving everything it fails in this relationship multi foreign
9 replies
FFilament
Created by elmudometal on 9/8/2023 in #❓┊help
problem saving pivot table
The models have all their relationships, I just cut them out because they are very long.
9 replies
FFilament
Created by elmudometal on 9/8/2023 in #❓┊help
problem saving pivot table
It is a registration system where a registration can have many categories but at the same time it has payment order registrations: 1 registration has many categories 1 registration has many payment orders but for example: 1 payment order has 2 categories and another payment order has 1 category This results in: 1 registration with 3 categories All this logic for the user view is created but I can't get it to filament
9 replies
FFilament
Created by elmudometal on 9/8/2023 in #❓┊help
problem saving pivot table
No description
9 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
It was a mixture of many things: does not work with s3 I got an error with TrustProxies "https fails signature verification" so use livewire local and storage s3
19 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
I was able to solve the problem
19 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
I see an empty one in the folder that generates the error
19 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
test public y same error
19 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
Now I'm going to check with everything in local public to see
19 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
I'm doing tests I had it in s3
19 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
Yes, I already asked
19 replies
FFilament
Created by dyo on 5/4/2023 in #❓┊help
how can i add extra text to modal, which is a link, and a text like a note in filament import?
yes
19 replies