You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename `POST` routes to avoid regression bugs (#574)
* Rename POST routes (#573)
Fix breaking change for users that use the names of the affected routes in their own route definitions.
Remove unnecessary conditions.
* Update routes.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
Fix unnamed routes when views are disabled (with original code format…
…ting) (#571)
* Fix unnamed routes when views are disabled
* Fix unnamed routed when views are disabled
* Run pint
* Revert formatting