Revision #3 has been created by Mehdi Achour on Dec 17, 2018, 8:27:24 PM with the memo:
Fix typos thanks to @hiqsol
« previous (#2) next (#4) »
Changes
Title
unchanged
(draft) Understanding Yii 3
Category
unchanged
Tutorials
Yii version
unchanged
all
Tags
unchanged
yii3
Content
changed
[...]
## Introduction
*This document is intended for an audience already familiar with [Yii2](https://www.yiiframework.com/doc/guide/2.0/en).*
*It's meant to rassemblebring together all information related to Yii 3 in one place to make it easier to get on track.*
Yii 3 is the second major rewrite of the Yii framework.[...]
* Logging is now compliant with PSR-3
* Caching is now compliant with PSR-16
* Dependency Injection is now compliant with PSR-11
You can check the complete [CHANGELOG](https://github.com/yiisoft/yii-core/blob/master/CHANGELOG.md#300-under-development) for an exhaustive list of modifications.
## Yii 3 composer packages[...]