You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we have a lot packages navigating and keeping all of them in the mind or even looking at the list in the yiiframework site is not convenient.
I suggest to make section Related packages in each Yii 3 repo.
For example, there would be either drivers, adapters or just frequently used together packages: view: assets validator: request model, container-like rule handler queue: db driver, amqp driver logger: file target, stream target demo-api: validator, request model, logger, cache, di, auth, router, user, ...
And etc.
Maybe even better create GitHub action with parser for composer.json and manually add missing packages to the section?
The text was updated successfully, but these errors were encountered:
As we have a lot packages navigating and keeping all of them in the mind or even looking at the list in the yiiframework site is not convenient.
I suggest to make section
Related packages
in each Yii 3 repo.For example, there would be either drivers, adapters or just frequently used together packages:
view: assets
validator: request model, container-like rule handler
queue: db driver, amqp driver
logger: file target, stream target
demo-api: validator, request model, logger, cache, di, auth, router, user, ...
And etc.
Maybe even better create GitHub action with parser for
composer.json
and manually add missing packages to the section?The text was updated successfully, but these errors were encountered: