0
I need direction guidance on how I will separate my authentications by user type...
My application has 3 types of users, each with its own Dashboard and specific admin panel, adminGeral(eu), business and consumers.
I leave everyone in the same user table and connect it with my 3 entities, or create a separate authentication for each?
What would be the possibilities? And what would be the advantages and disadvantages of each?
I think you should use roles and Permissions, I recommend you use that package https://github.com/Zizaco/entrust
– Daniel Lemes