-
Notifications
You must be signed in to change notification settings - Fork 595
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
Not compat with laravel 7 #488
Comments
|
i have this issue too |
Pull requests are most welcome |
I am tried to use this package in laravel 7. Currently i am facing database migration issue. User and password_resets table are only created while doing migration after that i am getting Database is not configured. My Database Configuration as follows Error : |
try it: [ |
It should be: |
Was wondering if you're going to push an update to Laravel 7 or are you taking PR?
"laravel/framework": "~4|~5|~6|~7",
The text was updated successfully, but these errors were encountered: