josecaubivasconcelosjunior
josecaubivasconcelosjunior
FFilament
Created by josecaubivasconcelosjunior on 8/7/2023 in #❓┊help
Is it possible to customize table view files?
Hello everyone, I realized that I can make changes to admin panel layout elements, within resources I have vendor/filament/layouts My question is, can I have a folder with the files that build the tables and make customizations as well as the files inside the layouts folder?
7 replies
FFilament
Created by josecaubivasconcelosjunior on 8/4/2023 in #❓┊help
Define the action that should be clicked on the table record
Hello everyone, I have a table that the visualization is a modal, the actions of creating and editing are pages. When I click on the table record, the action taken is to go to the edit page, but I want it to be the visualization modal display. Does anyone know how to set this behavior?
1 replies
FFilament
Created by josecaubivasconcelosjunior on 8/4/2023 in #❓┊help
hi guys, exists equivalent beforeFill for modal?
I can use beforefill to handle some column information, such as converting a json to an array, this works fine using page view, but I wanted to know if there is a resource to handle this information that will stick to an element of my form, even if be possible to do in my resource. My goal is to load files into an input multiple file for viewing using a modal, but the column saves the uploaded files as a json, so I need to convert to an array so that the file field can list the files saved in it.
3 replies
FFilament
Created by josecaubivasconcelosjunior on 8/1/2023 in #❓┊help
storeFileNamesIn not able to use original file name as label?
5 replies
FFilament
Created by josecaubivasconcelosjunior on 7/17/2023 in #❓┊help
Custom url in file download
Is it possible to change the url generated in the download button in ->enableDownload()?
2 replies
FFilament
Created by josecaubivasconcelosjunior on 7/6/2023 in #❓┊help
Dual display of notifications
6 replies
FFilament
Created by josecaubivasconcelosjunior on 6/22/2023 in #❓┊help
Using google drive as storage
In my project without filament I have the use of the google drive api and I send my files doing Storage::disk('google')->put('file_name', $file_content); Where should I change to use this co-filament solution? If anyone has a tip or any material for a full google drive integration using existing filament resources, I'd be grateful.
5 replies
FFilament
Created by josecaubivasconcelosjunior on 6/19/2023 in #❓┊help
Observe form builder save and update actions
I'm trying the filament and I think it's amazing. But I have a problem, I can't find it in the documentation or in the topics of this channel. If there is already a solution that I haven't found, I apologize. I want to be able to observe the save and update actions of my form builder, so I can do auxiliary actions like sending an email. Is it possible to do something like this?
14 replies