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

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 0

Open Issues: 0

Type:yii2-extension

0.0.3 2016-09-20 15:00 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:47:47 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')
);