Laravel: How to work access levels? [duplicate]

0

Good evening, I'm developing a system with Laravel 5.6, and I have a table of USERS that has the attribute level. This attribute can be either USER or ADMIN. How do I block page / dashboard access if the user has a USER level?

    
asked by anonymous 15.05.2018 / 02:18

0 answers