Name Last update
..
images
README.md
active-record.md
apps-advanced.md
apps-basic.md
apps-own.md
assets.md
authentication.md
authorization.md
basics.md
behaviors.md
bootstrap-widgets.md
caching.md
composer.md
configuration.md
console-fixture.md
console-migrate.md
console.md
controller.md
data-grid.md
data-overview.md
data-providers.md
data-widgets.md
database-basics.md
error.md
events.md
extensions.md
form.md
gii.md
helpers.md
i18n.md
index.md
installation.md
logging.md
model.md
module-debug.md
mvc.md
overview.md
performance.md
query-builder.md
rest.md
security.md
template.md
test-fixture.md
testing.md
theming.md
title.md
upgrade-from-v1.md
url.md
using-3rd-party-libraries.md
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.