Metainformationen zur Seite
Übersetzungen dieser Seite:
  • de

Back to Yii2 Overview

Yii2 App Templates

Yii2 Improved Basic Template

Migrations

In _protected/config/console.php:

    ...
    'controllerMap' => [
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => '@app/console/migrations',
        ],
    ],

RBAC

/protected/console/controllers/RbacController:

  • Creates 5 Roles, 2 permissions, 1 rule

Sign Up

  • Has Password Strength widget
  • Can toggle hidden/visible password