2017 © Pedro Peláez
 

yii2-extension cfusermgmt

The users module for Yii framework

image

codefire/cfusermgmt

The users module for Yii framework

  • Wednesday, February 17, 2016
  • by abhayjeet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Steps To install the 'cfusermgmt' plugin:

  1. Create folder "codefire/cfusermgmt" in vendor folder
  2. Extract into cfusermgmt folder (Give permission, init application)
  3. add in application's frontend/web/index.php require(DIR . '/../../vendor/codefire/cfusermgmt/config/main.php'), before require(DIR . '/../config/main-local.php'); // JUST BEFORE THIS LINE

add after $application = new yii\web\Application($config); require(DIR . '/../../vendor/codefire/cfusermgmt/config/constants.php');, (*1)

    • Delete common/model/User.php
    • Remove user component from application's frontend/config/main.php
  1. create htaccess in frontend/web
    Source code should be: Options -MultiViews RewriteEngine On #RewriteBase /path/to/app RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] , (*2)

    Order allow,deny
    allow from all
  2. 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)

NOTES:

  • make sure you have import database db.sql file
  • Admin credentials (codefire/111111) Useful Url example:
  • FrontEnd Url (http://localhost/BaseFolderName/advanced/frontend/web/usermgmt/user/login)
  • BackEnd Url (http://localhost/BaseFolderName/advanced/backend/web/usermgmt/user/login)

You can also install Using composer:, (*4)

composer require codefire/cfusermgmt

The Versions

17/02 2016

dev-master

9999999-dev

The users module for Yii framework

  Sources   Download

The Requires

  • php ^5.4

 

by Pranjal

user profile yii2 module yii 2 management modules profiles account users

08/12 2015

1.0.0

1.0.0.0

The users module for Yii framework

  Sources   Download

The Requires

  • php ^5.4

 

by Pranjal

user profile yii2 module yii 2 management modules profiles account users