Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve route name clashes to enable cache generation (#2869)
* Resolve route name clashes to enable cache generation Clashing route names in `routes/web_v2.php` caused the error: Unable to prepare route [X/Y] for serialization. Another route has already been assigned name [X]. when running `php artisan route:cache`. This commit ensures that all routes have unique names, allowing the artisan command to successfully generate the route cache. * formatting
- Loading branch information