Silvanite / novatoolpermissions

Laravel Nova Permissions Tool (User, Roles and Permissions / Access Control (ACL))
MIT License
101 stars 33 forks source link

Class App\User not found #7

Closed tolawho closed 6 years ago

tolawho commented 6 years ago

I move App\User to App\Models\User then I got the error.

m2de commented 6 years ago

Please see #5 or the Brandenburg docs. The package provides a config file where you can define the location of your user model. Hope that helps.