cabbage/yii2-linkage

There is no license information available for the latest version (v2.0.0) of this package.

create unlimited levels of select with yii2

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

v2.0.0 2016-04-20 10:10 UTC

This package is not auto-updated.

Last update: 2024-09-25 14:01:58 UTC


README

##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