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
Package info
github.com/twocabbages/yii2-linkage
Language:JavaScript
pkg:composer/cabbage/yii2-linkage
v2.0.0
2016-04-20 10:10 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-25 20:48:49 UTC
README
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