Name Last update
..
images Loading commit data...
README.md Loading commit data...
active-record.md Loading commit data...
apps-advanced.md Loading commit data...
apps-basic.md Loading commit data...
apps-own.md Loading commit data...
assets.md Loading commit data...
authentication.md Loading commit data...
authorization.md Loading commit data...
basics.md Loading commit data...
behaviors.md Loading commit data...
bootstrap-widgets.md Loading commit data...
caching.md Loading commit data...
composer.md Loading commit data...
configuration.md Loading commit data...
console-fixture.md Loading commit data...
console-migrate.md Loading commit data...
console.md Loading commit data...
controller.md Loading commit data...
database-basics.md Loading commit data...
error.md Loading commit data...
events.md Loading commit data...
extensions.md Loading commit data...
form.md Loading commit data...
gii.md Loading commit data...
i18n.md Loading commit data...
index.md Loading commit data...
installation.md Loading commit data...
logging.md Loading commit data...
model.md Loading commit data...
module-debug.md Loading commit data...
mvc.md Loading commit data...
overview.md Loading commit data...
performance.md Loading commit data...
query-builder.md Loading commit data...
security.md Loading commit data...
template.md Loading commit data...
testing.md Loading commit data...
theming.md Loading commit data...
title.md Loading commit data...
upgrade-from-v1.md Loading commit data...
url.md Loading commit data...
validation.md Loading commit data...
view.md Loading commit data...

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.