dmitriikoziuk / yii2-web-backend-lock
Redirect all not authenticated web user to login page.
Package info
github.com/DmitriiKoziuk/yii2-web-backend-lock
Type:yii2-extension
pkg:composer/dmitriikoziuk/yii2-web-backend-lock
0.1.0
2019-02-11 13:53 UTC
Requires
- php: >=7.1.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-12 08:29:08 UTC
README
Redirect all not authenticated web user to login page.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require dmitriikoziuk/yii2-web-backend-lock
or add
"dmitriikoziuk/yii2-web-backend-lock": "^0.1"
to the require section of your composer.json file.