Alexander Makarov
Alexander Makarov
https://github.com/sindresorhus/awesome/ Contribution guidelines are quite strict so some adjustments are required.
1. Turn off debug info collection and API: - https://github.com/yiisoft/yii-debug/blob/master/config/params.php#L31 - https://github.com/yiisoft/yii-debug-api/blob/master/config/params.php#L10 2. https://github.com/yiisoft/docs/blob/master/guide/en/tutorial/performance-tuning.md if possible. 3. https://github.com/yiisoft/yii-cycle/blob/master/docs/en/reading-schema.md#schema-cache
- [ ] https://github.com/yiisoft/app/blob/master/config/params.php#L74
https://github.com/yiisoft/router/pull/128 Route arguments should be taken from CurrentRoute now, not from request.
Modules
how a good design of the DI could be done with multiple domains/modules/packages? (E.g. where you suggest putting interfaces to connect these things later on.)
Databses section is really a stub. No mention of Yii2 AR/DAL, nor there is recommended way of handlind data layer with Repos.
https://github.com/yiisoft/docs/blob/master/guide/en/intro/upgrade-from-v2.md could be enhanced: - [ ] a concept of Handlers vs Controllers - [ ] which directory do we put the classes?
See https://danaluther.blogspot.com/2021/03/converting-application-from-yii2-to-yii3.html
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | -