-
-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing when User model is not App\User
#300
Comments
It's not hardcoded cause it has, like you wrote, a seperated config key: |
Then please explain why, when I ran
It should automatically find I could not run artisan at all until I changed This means that the config.php file could not be published. So, In my mind, it is effectively hard-coded, even though it wasn't intended to be. I want to incorporate |
@wagnered you can wait for fix to be published, or manually copy config from package to your application and replace |
Its fixed, waiting for 2.16.1 release. |
Thank you, much appreciated... |
Laravel 5.6 is installed.
The user providers array in auth.php is:
Looks like 'messenger.user_model' is hard-coded as
App\User::class
and ignoring 'auth.providers.users.model'.Regards...
The text was updated successfully, but these errors were encountered: