Replies: 3 comments 5 replies
-
Hi, thanks for the feedback Could you give a bit more details about what's missing in the documentation ? We'll gladly add/update the documentation for it to be more clear I'm not sure what you mean by customizing the folder |
Beta Was this translation helpful? Give feedback.
-
Well for one, the InteractsWithFilesystem Interface/Trait seems to have a lot of options available, what are the parameters for these callbacks, etc. My use case is, that I have several FileManager fields within a single resource, and all of them should only interact with files stored in specific place based on the resource id (for example /storage/private/{id}/). I would like to limit, where the files can be uploaded and selected from by the id. |
Beta Was this translation helpful? Give feedback.
-
Ahhh I missed this section completely, thank you! One other issue I have right now is, that the field simply does not seems to work when displaying a Resource. Creating one is not an issue. The error I get is:
In Database, I use Text field and when creating a resource its filled with [] (which I guess should be correct?). PS I want to use mutliple here as well. In the resource, the config is: |
Beta Was this translation helpful? Give feedback.
-
Hi there, first I would like to thank you for providing this package, specifically in such refined state. Unfortunately it seems the documentation is a bit lacking here, as I can see there are quite a few configuration options for FileManager field but they are not really documented anywhere (or are they?).
I would like to customize the folder, where files are stored within the disk for each resource separately (based on id and field in my case), is there a method to set this somewhere?
Beta Was this translation helpful? Give feedback.
All reactions