I already created users / roles many to many relationship.
also, I have a roles/permissions many to many relationship .
I could get user-> roles and role->permissions
But how to know if the user hasPermission?
@lifesound have you looked over any of the free code on GitHub that covers authorization in detail.
The code is from the free series here on laracasts.