hjp1011 / yii2-auth
Yii2 框架的授权扩展
1.0.0
2021-12-18 18:42 UTC
Requires
- yiisoft/yii2: ~2.0.13
This package is not auto-updated.
Last update: 2024-09-23 06:28:17 UTC
README
YiiFrame 核心插件
安装
安装此扩展的首选方式是通过 composer。
可以运行
php composer.phar require --prefer-dist hjp1011/yii2-auth "*"
或添加
"hjp1011/yii2-auth": "*"
到您的 composer.json 文件的 require 部分。