-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
Route::resource create method broken [5.5.4 - 5.5.7] #21258
Comments
+1, have the same problem with Route::get(), Route::post() etc after upgrade to 5.5.7 |
I also updated from 5.5.4 to 5.5.7 and I'm getting Class redirector does not exist. I have multiple broken URLS,, after rolling back everything works fine. |
I also have the same problem! |
There's a fix to |
fixed in #21261 |
修改 vendor\laravel\framework\src\Illuminate\Routing\RouteCollection.php文件 |
I have this problem on version 6.11 |
Description:
Just updated form 5.5.4 to 5.5.7 and my resource controller which was working fine started to access the show() method instead of create() method
Rolling back to 5.5.4 solves the route problem.
Steps To Reproduce:
Create a 5.5.4 project and update it with composer to 5.5.7
The text was updated successfully, but these errors were encountered: