If anyone can show me how to manage roles, like user, subscriber, admin etc. Whats the database table structure should we use since its not mentioned in L 5.1 Authorization doc.
Please help me with these
Please suggest any package which does role management and authorization.
@saqueib These and other packages are just waste of time, i tried them myself, they will not give you result which you want. It's better to develop them in your own way and the guideline in @heera's tutorial are best to get started:
@saqueib I believe all packages conflict with the authorizable trait because the traits have a conflicting can() method. It's an easy fix, but just giving you a heads up. Also, yes, it's a nice package. If you like it, go ahead and try it out.
I am going to try first to implement roles on my own, as i can see the permission part is already there in 5.1 Authorization only roles need to be created. I think it will be lot easier to maintain in long term.