black-lamp / blcms-auth
Auth extension for Black-Lamp CMS
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- dektrium/yii2-user: 0.9.*@dev
- yiisoft/yii2: >=2.0.4
This package is not auto-updated.
Last update: 2024-10-26 20:37:54 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') );