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
database-basics.md
error.md
events.md
extensions.md
form.md
gii.md
helpers.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...
test-fixture.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...
using-3rd-party-libraries.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.