README.md 609 Bytes
Newer Older
Mark committed
1 2 3 4 5
This folder contains official Yii 2 guides documentation.

To add new guide, take the following steps:

1. Create `guide-name` and put there relevant documentation;
Mark committed
6
2. If guide has more then one word in name, then it should be with dashes, like: `console-fixture.md`, `module-debug.md`;
Qiang Xue committed
7 8 9
3. If your guide is about console commands, than its name should follow convention: `console-{command}.md`;
4. If your guide is about module usages, than its name should follow convention: `module-{moduleName}.md`.
5. If your guide is about widget usages, than its name should follow convention: `widget-{moduleName}.md`.