Oct 19, 2017
0
Level 1
How do I implement authorization and roles for Application Admin
I use Laravel 5.4.
My application serves users that I call organizers; organizers have to login to use the application; Auth for organizers have been implemented and working.
I wish to implement Auth for Administrators and with this I also have to define roles and access levels for different administrators. How do I do this please. Is there any resource, link or tutorial that explains this?
Please or to participate in this conversation.