dmitriikoziuk/yii2-web-backend-lock

Redirect all not authenticated web user to login page.

0.1.0 2019-02-11 13:53 UTC

This package is auto-updated.

Last update: 2024-05-12 04:33:38 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.