Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

How to create a different users table for entrust #945

Closed laurence702 closed 2 years ago

laurence702 commented 5 years ago

I want to be able to change the name of the table entrust will recognize as users table before I run the migration. if I just change it from Schema::create , i know ill have issues due to foreign key checks