shiyang / yii2-login-widget
This extension provides a login portlet that provides user login functionality.
Package info
github.com/shiyangDR/yii2-login-widget
Type:yii2-extension
pkg:composer/shiyang/yii2-login-widget
v1.0
2015-02-10 15:53 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-04 15:03:34 UTC
README
This extension provides a login portlet that provides user login functionality.
Preview
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shiyang/yii2-login-widget "*"
or add
"shiyang/yii2-login-widget": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \shiyang\login\Login::widget(); ?>
