-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Miss ConfirmPasswordController #30227
Comments
the You can copy it from the |
Thanks to your help... |
re:Edit: In case anyone ever runs across this awkwardly. laravel/ui#36 (comment) 👍 🚀 Edit: I did some more digging and found laravel/ui#36 (comment). I'm sure my comment is now redundant and this is already on the radar. Since this breaks applications following an update, there should at least be documentation under the upgrades section of the I know with the move to v6, we've adopted Semantic Versioning and explicitly state that "minor and patch releases should never contain breaking changes." I think a PR to make this a opt-in is an nice workaround for a feature like this. What do you think about this sort of implementation, @driesvints? As annoying as it may be, a patch version to fix compatibility should be applied to adhere to with Semantic Versioning. |
sorry @jlaswell, im not following you. what happened in my repo that i needed to add this file? |
What next? $ php artisan route:list Illuminate\Contracts\Container\BindingResolutionException : Target class [App\Http\Controllers\Auth\ConfirmPasswordController] does not exist. at /opt/.../vendor/laravel/framework/src/Illuminate/Container/Container.php:806
|
Description:
After update today, i'm getting the error:
ReflectionException::("Class App\Http\Controllers\Auth\ConfirmPasswordController does not exist")
//vendor/laravel/framework/src/Illuminate/Container/Container.php:804
I tink it's missing in PR #30214
Steps To Reproduce:
Just update to version 6.2.0 and use route:list
Thanks
The text was updated successfully, but these errors were encountered: