dev-master
9999999-devYii2 certificate module
Apache-2.0 Apache
The Requires
- yiisoft/yii2 >=2.0.6
- vova07/yii2-imperavi-widget *
- kartik-v/yii2-widget-select2 @dev
- kartik-v/yii2-widget-datepicker @dev
by dvizh
yii2 module certificate
Yii2 certificate module
Certificates module for Yii2, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist dvizh/yii2-certificate "@dev"
or add, (*4)
"dvizh/yii2-certificate": "@dev"
to the require section of your composer.json file., (*5)
Make migration, (*6)
php yii migrate --migrationPath=@vendor/dvizh/yii2-certificate/src/migrations/
You should add module to your config:, (*7)
'modules' => [ ... 'certificate' => [ 'class' => \dvizh\certificate\Module::className(), 'targetModelList' => [ //list models for certification ] ], ],
It is possible that you have to change minimum stability section of your composer.json file to dev, (*8)
"minimum-stability": "dev",
Yii2 certificate module
Apache-2.0 Apache
yii2 module certificate