2017 © Pedro Peláez
 

yii2-extension yii2-certificate

Yii2 certificate module

image

dvizh/yii2-certificate

Yii2 certificate module

  • Saturday, February 17, 2018
  • by pistol88
  • Repository
  • 2 Watchers
  • 0 Stars
  • 431 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 17 % Grown

The README.md

yii2-certificate-module

Certificates module for Yii2, (*1)

Installation

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/

Usage

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",

The Versions

17/02 2018

dev-master

9999999-dev

Yii2 certificate module

  Sources   Download

Apache-2.0 Apache

The Requires

 

by dvizh

yii2 module certificate