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

Introduce module bootstrap method #1938

Closed nadar closed 5 years ago

nadar commented 5 years ago

As by definition the LUYA modules are bootstraped because of they can provide informations on startup, we should add a new boostrap($app) method in modules which can be used to inject data on boostrap, instead of create a custom boostrap class.