2017 © Pedro PelĂĄez
 

yii2-extension yii2-maintenance-mode

Maintenance mode for Yii2 framework

image

janoszab/yii2-maintenance-mode

Maintenance mode for Yii2 framework

  • Saturday, March 14, 2015
  • by janos.zab
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Yii2-maintenance

Installation

Add to the require section of your composer.json file:, (*1)

"sacara/yii2-maintenance-mode": "*"

Add to your config file:, (*2)

   'bootstrap' => ['log', 'maintenance'],
   ...
   'modules' => [
     'maintenance' => [
        'class' => 'sacara\maintenance\Module',
        // optional
        'maintenanceFileOn' => 'maintenance.on', // default is `maintenance.on`
     ],
   ],

Create a file in the @web directory named maintenance.on to activate the maintenance mode., (*3)

The Versions

14/03 2015

dev-master

9999999-dev

Maintenance mode for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Janos Zab

maintenance yii2 mode

27/12 2014

1.1.1

1.1.1.0

Maintenance mode for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Nico Schefuß

maintenance yii2 mode

27/12 2014

1.1.0

1.1.0.0

Maintenance mode for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Nico Schefuß

26/12 2014

1.0.0

1.0.0.0

Maintenance mode for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Nico Schefuß