2017 © Pedro Peláez
 

yii2-extension yii2-standart-controller

Standart Controllers for Backend on Yii2

image

sibds/yii2-standart-controller

Standart Controllers for Backend on Yii2

  • Thursday, October 26, 2017
  • by mazurva
  • Repository
  • 1 Watchers
  • 1 Stars
  • 155 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 11 % Grown

The README.md

Standart Controllers for Backend on Yii2

Standart Controllers for Backend on Yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist sibds/yii2-standart-controller "*"

or add, (*4)

"sibds/yii2-standart-controller": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?php
...
use sibds\controllers\StandartController;
...
class NewsController extends StandartController
{
    ...your code
}

The Versions

26/10 2017

dev-master

9999999-dev

Standart Controllers for Backend on Yii2

  Sources   Download

MIT

The Requires

 

extension yii2 controllers