Majid AlSaidi's avatar

[quickadminpanel] allow user to edit media.

Greetings,

  • I'm using QuickAdminPanel for my project (livewire + tailwind). there an option to allow user to modify his personal information. by default the user can edit his username and email, with the password.

  • for my project the user can upload some files: pdf and images, what I want is that when the user click on profile, he can edit those files.

Please any help?

0 likes
2 replies
shaungbhone's avatar

You need to ask povilas korop on YouTube. Make understand perfectly the flow of QuickAdmin.

1 like
Majid AlSaidi's avatar

I found the solution, just get user data using auth()

BUT: Important notice! you should know that calling this function in auth()->user has different result when calling it in Laravel files and in livewire files. that was my mistake.

Please or to participate in this conversation.