17/02
2016
The users module for Yii framework
add after $application = new yii\web\Application($config); require(DIR . '/../../vendor/codefire/cfusermgmt/config/constants.php');, (*1)
create htaccess in frontend/web
Source code should be:
Order allow,deny allow from all
Change SITE_URL to your Current URL on "vendor/codefire/cfusermgmt/config/main.php" '@SITE_URL' => "Your Url Goes Here" Like: '@SITE_URL' => "http://localhost/plugin_yii", (*3)
You can also install Using composer:, (*4)
composer require codefire/cfusermgmt