laravel-modules-example icon indicating copy to clipboard operation
laravel-modules-example copied to clipboard

Module routes.php loaded before app/start files

Open terrabythia opened this issue 11 years ago • 1 comments

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?

terrabythia avatar Sep 11 '14 13:09 terrabythia

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

pindamonhangaba avatar Oct 15 '14 15:10 pindamonhangaba