2017 © Pedro Peláez
 

yii2-extension service-mode

Service mode for the yii2 framework projects

image

georgynet/service-mode

Service mode for the yii2 framework projects

  • Monday, October 10, 2016
  • by Georgynet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Service Mode

Расширение для включения режима сервисного обслуживания проектов на Yii Framework 2, (*1)

Установка

Для установки расширения добавить в composer:, (*2)

"georgynet/service-mode": "*"

Сконфигурировать расширение:, (*3)

'bootstrap' => ['log', 'serviceMode']
'components' => [
    // ...
    'serviceMode' => [
        'class' => 'georgynet\serviceMode\ServiceMode',
        // активность режима обслуживания
        'active' => true,
        // список пользователей, для которых есть доступ
        'users' => ['georgynet']
    ],
    // ...
]

The Versions

10/10 2016

dev-master

9999999-dev

Service mode for the yii2 framework projects

  Sources   Download

MIT

The Requires

 

by Georg Spack

maintenance service yii2