entrust
                                
                                 entrust copied to clipboard
                                
                                    entrust copied to clipboard
                            
                            
                            
                        change user table relation with roles
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