romanbican / roles

Powerful package for handling roles and permissions in Laravel 5
MIT License
1.16k stars 297 forks source link

How to change pivot tables names ? #170

Closed CristianFodor closed 8 years ago

CristianFodor commented 8 years ago

I had changed (renamed) the pivot tables names from role_user to roles_users, permission_user to permissions_users and permission_role to permissions_roles. Of course, I had received this error:

Table 'touristiq.role_user' doesn't exist

Which are the changes that I have to do in my vendor/bycan package for this update to work ?