-
Notifications
You must be signed in to change notification settings - Fork 216
Get Permissions
Kodeine edited this page Feb 23, 2015
·
3 revisions
Get permissions assigned to a role.
$roleAdmin = Role::first();
$roleAdmin->getPermissions();
Get permissions assigned to a user.
$user = User::first();
$user->getPermissions();