iluisfr
iluisfr
FFilament
Created by iluisfr on 2/16/2024 in #❓┊help
->downloadable() not downloading
I've this FileUpload working good: FileUpload::make('att_exterior') ->label('Exteriores, portal, pasillos') ->disk('s3DO') ->directory('visita') ->multiple() //->previewable(false) ->downloadable(), It upload perfectly to S3, but when I push the download button, it just open the file in the same window and is not downloading it (is like a preview). Is it a way to force the download? Thanks for any help!! Edit: I've already checked the CORS in my S3 storage manager and it's correct, Is any way to debug it? I've tried everything and it's not working
2 replies
FFilament
Created by iluisfr on 10/24/2023 in #❓┊help
error 500 in some js and css after update to v3
I upgraded to v3, but some styles and js are not loading (error 500) do you know why it is? som epics about the error attached. Thanks for your help!!
27 replies
FFilament
Created by iluisfr on 9/5/2023 in #❓┊help
something like closeModalByClickingAway() in v2 ?
I need to prevent the autoclose modal when you click out of the form (in a relation manager form). Is there something working like closeModalByClickingAway() in v2 ? thanks!!
3 replies
FFilament
Created by iluisfr on 8/23/2023 in #❓┊help
Changing color not working on service provider
11 replies
FFilament
Created by iluisfr on 8/21/2023 in #❓┊help
Trying to getting data from Relationship
Hi, trying to use ->mutateFormDataUsing in headerActions of a relation that I have from another table, I see that I can only obtain with the variable $data, the elements of the form but not of the related element. Is there any way to access the "id" of the element from which I am creating the tofu Thanks for any help!!
4 replies