Skip to content
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 for '/' take over all other routes by /{_missing} #7

Closed
Gufran opened this issue Jun 7, 2013 · 0 comments
Closed

Route for '/' take over all other routes by /{_missing} #7

Gufran opened this issue Jun 7, 2013 · 0 comments

Comments

@Gufran
Copy link

Gufran commented Jun 7, 2013

Issue : laravel/framework#1568

Routing issue was actually cause by this package.

Whenever a controller route for / is registered (regardless of order) it sends all the other routes to /{_missing} making every thing else throw a 404 error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant