gacela-project / gacela

Build modular PHP applications.
http://gacela-project.com/
Other
130 stars 7 forks source link

Add beforePlugins #273

Closed Chemaclass closed 1 year ago

Chemaclass commented 1 year ago

📚 Description

Follow up after https://github.com/gacela-project/gacela/pull/272

BeforePlugins receive as argument the GacelaConfig, which allows add/alter any configuration on the fly before finalizing the gacela bootraping. This is pretty handy because allows you to configure/bootstrap gacela from different places, not just from the Gacela::bootstrap() function or gacela.php file.

🔖 Changes

Chemaclass commented 1 year ago

Closed in favor of https://github.com/gacela-project/gacela/pull/274