We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
newznab-tmux/routes/web.php
Lines 79 to 80 in 83122f9
To Reproduce Steps to reproduce the behavior:
php artisan route:cache
Unable to prepare route [forgottenpassword] for serialization. Another route has already been assigned name [forgottenpassword].
Expected behavior
Additional context https://laravel.com/docs/11.x/routing#named-routes:
Route names should always be unique.
The text was updated successfully, but these errors were encountered:
There are multiples non-unique route name (series, search, logout, profile_delete, profiledit, ...)
Sorry, something went wrong.
b1974a1
woooooooooo!!!! thanks..
No branches or pull requests
newznab-tmux/routes/web.php
Lines 79 to 80 in 83122f9
To Reproduce
Steps to reproduce the behavior:
php artisan route:cache
Unable to prepare route [forgottenpassword] for serialization. Another route has already been assigned name [forgottenpassword].
Expected behavior
Additional context
https://laravel.com/docs/11.x/routing#named-routes:
The text was updated successfully, but these errors were encountered: