dev-master
9999999-devYii2 certificate module
BSD-3-Clause
The Requires
- yiisoft/yii2 >=2.0.6
- vova07/yii2-imperavi-widget *
- kartik-v/yii2-widget-select2 @dev
- kartik-v/yii2-widget-datepicker @dev
by usesgraphcrt
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 usesgraphcrt/yii2-certificate "*"
or add, (*4)
"usesgraphcrt/yii2-certificate": "*"
to the require section of your composer.json file., (*5)
Make migration, (*6)
php yii migrate --migrationPath=@vendor/usesgraphcrt/yii2-certificate/migrations/
You should add module to your config:, (*7)
'modules' => [ ... 'certificate' => [ 'class' => \usesgraphcrt\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
BSD-3-Clause
yii2 module certificate