black-lamp / blcms-auth
There is no license information available for the latest version (0.0.3) of this package.
Auth extension for Black-Lamp CMS
Package info
github.com/black-lamp/blcms-auth
Type:yii2-extension
pkg:composer/black-lamp/blcms-auth
0.0.3
2016-09-20 15:00 UTC
Requires
- php: >=5.4.0
- dektrium/yii2-user: 0.9.*@dev
- yiisoft/yii2: >=2.0.4
This package is not auto-updated.
Last update: 2026-03-01 03:53:18 UTC
README
INSTALLATION
In backend index.php file add to end of ArrayHelper::merge():
$config = yii\helpers\ArrayHelper::merge( require(__DIR__ . '/../../vendor/black-lamp/blcms-auth/backend/config/main.php') );
Also in frontend index.php file add to end of ArrayHelper::merge():
$config = yii\helpers\ArrayHelper::merge( require(__DIR__ . '/../../vendor/black-lamp/blcms-auth/frontend/config/main.php') );