Download the PHP package c006/yii2-user without Composer
On this page you can find all versions of the php package c006/yii2-user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-user
Yii2 user
Installation
User composer.json
Composer.json
"repositories": [ { "type": "vcs", "url": "https://github.com/c006/yii2-user.git" }, { "type": "vcs", "url": "https://github.com/c006/yii2-email-templates.git" }, ]
Setup
'modules' => [ 'user' => [ 'class' => 'c006\user\Module', 'loginPath' => '/account/dashboard', ], ],
config/params.php
'siteName' => 'My Site', 'siteUrl' => 'http://my-site.com', 'user_verfiy_email' => TRUE, 'user_login_path' => '/account',
Requires
php composer.phar require --prefer-dist "c006/yii2-core" "*"
php composer.phar require --prefer-dist "c006/yii2-common" "*"
php composer.phar require --prefer-dist "c006/yii2-alerts" "*"
Comments
.
.
.
.
.
.
.