entrust icon indicating copy to clipboard operation
entrust copied to clipboard

change user table relation with roles

Open AmrAbdalrahman opened this issue 7 years ago • 0 comments

I made multi auth. I have another table called admins that related to roles tables and change configuration in config/entrust.php then crud roles works well with permissions and admins tables. when use middleware get 403 error Route::group(['middleware' => [role:admin']])

You don't have permission.

thanks

AmrAbdalrahman avatar Sep 25 '18 13:09 AmrAbdalrahman