Missing visibility for VaporImage #5265
Unanswered
riabiy-denis
asked this question in
Ideas & Feature Requests
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
It's not possible to set visibility on-demand for the file you upload.
pls, don't auto-close without reading further. I tried to be as short and to the point, as possible
Broader explanation/question
Do you plan to give an ability to pass a visibility to
VaporImage?Example from Vapor docs.
Would be nice just to
VaporImage::make('Avatar')->visibility('public-read').Ways to do it right now
V1
VaporFileFielduploadVaporFilesmethod to a custom oneV2
Tried this solution, but it didn't work for some reason
Question/outcome
Could you tell me, if it's smth you plan to do at all? Cuz if yes -> I'm in the position, when I can simply wait for 1-2mo and assume it will be there. From your side it seems like a really easy change in one of the fields.
If you don't plan to do that at all, pls, just let me know and I'll go through the whole hustle of creating a custom field to make it work for me : )
Thank you a lot for reading so far. Hope to see your answer 🤗
Beta Was this translation helpful? Give feedback.
All reactions