Level 70
I suggest you use package for that. There are some popular packages on that. Choose your suitable on.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I have the classic User and Role models setup with a role_user pivot table where users belong to many roles.
I'd like to allow a particular role to be able to manage other users of another particular role.
So, say I have 3 roles total: Admin, Teacher, and Student. I'd like for:
Also, I'm trying to get this working within Nova using just policies but I think the proper setup wouldn't matter whether I'm using Nova or not. Thank you for any suggestions or guidance.
Please or to participate in this conversation.