Files
yii2/docs/guide
东方孤思子(Paris·QianSen) ebb27ef4d5 [doc]Composer is not a package manager.
It is a issue i found when I translate it.
> Composer is not a package manager, It's a tool for dependency management.

According to their [doc](https://getcomposer.org/doc/00-intro.md)
>Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.

and 

> **Composer is not a package manager.** Yes, it deals with "packages" or libraries, but it manages > them on a per-project basis, installing them in a directory (e.g. vendor) inside your project. By > default it will never install anything globally. Thus, it is a dependency manager.

So i think, It will be better, if we remain their offical appellation.
2014-03-12 22:07:08 +08:00
..
2014-02-20 17:55:40 +04:00
2013-12-22 23:36:01 +01:00
2014-02-24 11:51:14 -06:00
2014-02-21 18:58:20 +01:00
2014-02-04 21:02:09 +04:00
2014-03-08 01:21:01 +01:00
2014-03-10 09:22:23 +03:00
2014-03-07 11:16:26 -05:00
2014-02-26 01:21:51 +04:00
2014-03-07 13:37:58 +01:00
2014-02-21 18:58:20 +01:00
2014-02-16 20:02:17 -05:00
2014-03-07 11:16:26 -05:00
2014-03-12 00:15:03 +07:00
2014-02-26 00:04:31 +04:00
2014-02-03 11:23:44 -05:00
2014-01-05 06:17:06 +04:00
2014-03-09 21:18:49 -04:00
2014-01-30 15:25:46 +07:00
2014-03-09 04:14:42 +01:00
2013-12-22 23:36:01 +01:00
2014-02-24 15:15:04 +01:00
2014-03-11 14:32:46 +04:00
2014-03-03 21:32:34 +03: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.