mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-16 15:21:13 +08:00

Didn’t make any sense, particularly after the browser stuff. If kept, I’d move it behind the other command-line reference.
This folder contains official Yii 2 guides documentation.
To add new guide, take the following steps:
- Create
guide-name
and put there relevant documentation; - If guide has more then one word in name, then it should be with dashes, like:
console-fixture.md
,module-debug.md
; - If your guide is about console commands, than its name should follow convention:
console-{command}.md
; - If your guide is about module usages, than its name should follow convention:
module-{moduleName}.md
. - If your guide is about widget usages, than its name should follow convention:
widget-{moduleName}.md
.