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

Module routes.php loaded before app/start files #5

Open
terrabythia opened this issue Sep 11, 2014 · 1 comment
Open

Module routes.php loaded before app/start files #5

terrabythia opened this issue Sep 11, 2014 · 1 comment

Comments

@terrabythia
Copy link

The normal Laravel request lifecycle loads the files in app/start before loading the app/routes.php file. But laravel-modules seem to load the module's route.php before the files in app/start.

How can this be fixed?

@pindamonhangaba
Copy link

I think service providers are loaded before app/start, so I'm not sure there is much to be done.

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

2 participants