laravel-authentication-acl
laravel-authentication-acl copied to clipboard
Multiple User Models
I recommend removing the User model from LaravelAcl\User as it don't have relationships defined with user profile. this causes confusion as correct model to work with is LaravelAcl\Authentication\Models\User
Will do that next release.