Skip to content

yii2 无限级分类 create unlimited levels of select with yii2

Notifications You must be signed in to change notification settings

twocabbages/yii2-linkage

Repository files navigation

##Live Demo

Install

composer require cabbage/yii2-linkage: "dev-master"

Applying Migrations

$php yii migrate/up --migrationPath=yourMigrationsDir/migrations

To access the module, you need to add this to your application configuration:

'modules' => [
    'linkage' => [
        'class' => 'cabbage\linkage\Module',
        //'searchModel' => 'cabbage\linkage\models\Regions',
    ],
]

Visit:

/index.php?r=linkage/default/index