Skip to content

How to Show only Images that User Has with Path Generation #443

Closed Answered by abbasmashaddy72
abbasmashaddy72 asked this question in Q&A
Discussion options

You must be logged in to vote

I tried this and worked for me, I am added up an PR where we can remove the navigation which is currently not working as excepted from config:

CuratorPicker::make('medias')
->hiddenLabel()
->relationship('medias', 'id')
->helperText(__('Here you can attach all files needed for this Appointment'))
->multiple()
->pathGenerator(UserPathGenerator::class)
->columnSpanFull()
->directory(auth()->user()->id)
->limitToDirectory(true)
->listDisplay(),

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@abbasmashaddy72
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by abbasmashaddy72
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants