Files
yii2/docs/guide
Dilip a3a544a344 Updated doc about using jar files from other location
Updated doc about using jar files such as compiler.jar and yuicompressor.jar from other location then the default specified.
2014-01-24 02:13:40 +05:30
..
2013-12-12 11:04:19 +01:00
2014-01-07 01:27:16 +04:00
2013-12-22 23:36:01 +01:00
2013-11-27 20:19:56 +02:00
2014-01-19 22:15:24 +04:00
2014-01-21 15:22:28 +01:00
2014-01-17 14:27:33 -05:00
2014-01-22 18:22:05 +04:00
2013-11-21 00:45:58 +01:00
2014-01-06 07:17:10 -05:00
2014-01-07 01:27:16 +04:00
2014-01-23 04:51:17 +04:00
2014-01-21 17:40:15 +01:00
2014-01-11 23:07:00 +01:00
2014-01-19 13:50:20 +04:00
2013-11-27 20:19:56 +02:00
2014-01-05 06:17:06 +04:00
2014-01-10 11:15:58 -05:00
2014-01-07 01:27:16 +04:00
2014-01-23 10:00:48 -05:00
2013-12-22 23:36:01 +01:00
2014-01-09 10:46:13 -05:00
2014-01-22 03:06:43 +04:00
2014-01-02 22:30:36 +04:00
2014-01-17 19:25:03 +01:00
2014-01-07 16:55:24 +06:00

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;
  2. If guide has more then one word in name, then it should be with dashes, like: console-fixture.md, module-debug.md;
  3. If your guide is for console commands, than its name should follow convention: console-{command}.md;
  4. If your guide is for custom modules, than its name should follow convention: module-{moduleName}.md.