jroedel/zf2-juser
Composer 安装命令:
composer require jroedel/zf2-juser
包简介
A fork of manuakasam/SamUser. Glues together LmcUser, BjyAuthorize, SlmLocale, and GoalioRememberMe
关键字:
README 文档
README
A simple Module that glues together LmcUser, BjyAuthorize, SlmLocale, GoalioRememberMe and Laminas\Db. A fork of manuakasam/SamUser.
Installation
- Require JUser
composer require jroedel/zf3-juser
-
Copy
config/juser.config.php.distto your Application config folder, and customize the values. -
Create the two tables with the sql in
config/database.sql.dist. -
Enable all the modules in your
application.config.phpfile (order is important):
return [
'modules' => [
// ...
'ZfcBase',
'LmcUser',
'BjyAuthorize',
'SlmLocale',
'GoalioRememberMe',
'JUser',
],
// ...
];
- The GUI can be accessed from
/users. Make sure to double-check that only administers have access to thejuserroutes. This can be configured in yourjuser.global.phpfile.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-22