joacub / user-profile
为 ZfcUser 提供的扩展式用户资料系统
dev-master
2014-06-22 10:15 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-14 15:00:35 UTC
README
版本 0.0.2 由远程学习与创新中心 (www.cdli.ca) 创建
简介
CdliUserProfile 是 ZfcUser 的扩展,提供了一个账户资料编辑器
注意:此模块仍在积极开发中,目前几乎不可能正常或安全地工作
安装说明
CdliUserProfile 的安装使用 composer。有关 composer 的文档,请参阅 getcomposer.org。
安装步骤
-
cd my/project/directory
-
将此项目添加到你的 composer.json
"require": { "cdli/user-profile": "dev-master" }
-
现在运行以下命令让 composer 下载 CdliUserProfile:
$ php composer.phar update
-
打开
configs/application.config.php
并将以下键值添加到你的modules
'CdliUserProfile',
配置
检查位于 vendor/cdli/user-profile/config/cdliuserprofile.global.php.dist
的默认配置文件。你可能希望将其复制到 config/autoload/cdliuserprofile.global.php