2017 © Pedro Peláez
 

yii2-extension yii2-maintenance

Maintenance Component for Yii2

image

sankam/yii2-maintenance

Maintenance Component for Yii2

  • Monday, February 13, 2017
  • by sankam-nikolya
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Maintenance Component for Yii2

Installation

Install With Composer

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

Either run, (*2)

php composer require sankam/yii2-maintenance "*"

Or, you may add, (*3)

"sankam/yii2-maintenance": "*"

to the require section of your composer.json file and execute php composer update., (*4)

Install

In your application front config, add the path alias for this extension., (*5)

return [
    ...
    'components' => [
        ...
        'maintenance' => [
            'class' => 'sankam\maintenance\Maintenance',
            'enabled' => true
        ],
];

The Versions

13/02 2017

dev-master

9999999-dev

Maintenance Component for Yii2

  Sources   Download

MIT

The Requires

 

maintenance yii