dmitriikoziuk / yii2-web-backend-lock
Redirect all not authenticated web user to login page.
Installs: 99
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.1.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-12 06:16:59 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.