luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
812 stars 207 forks source link

Option to disable luya boot process #2063

Closed nadar closed 3 years ago

nadar commented 4 years ago

Sometimes it would be nice to have the option to disable the luya boot process which preloads all the modules. Therefore an option to disable this behavior would be nice, but instead allowing users to bootstrap all modules by itself. Like:

for example:

'autoBootstrapModules' => false,
'bootstrapLuyaModules' => ['foo', 'bar'],