0
This is my first post here. I’m starting to use Laravel 5.3 to create a system. In this system I will have two types of users (Admin and Client). I would like to block certain routes for the client. I was able to limit clients from viewing certain view items (using roles), but I would like to block routes for more security. How could I tell the system to only accept admin users access the delete route, for example ?
I’m sorry if it’s a half-ass question, but I’m learning and I’m kind of lost my way.
This question is duplicated.
– Wallace Maxters