laravel-modules-example
laravel-modules-example copied to clipboard
Module routes.php loaded before app/start files
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?
I think service providers are loaded before app/start, so I'm not sure there is much to be done.