cdli/user-profile

ZfcUser 的可扩展用户资料系统

dev-master 2014-06-27 15:16 UTC

This package is not auto-updated.

Last update: 2024-09-20 07:30:11 UTC


README

版本 0.0.2 由远程学习与创新中心创建 (www.cdli.ca)

**注意:此模块严重过时,可能不应使用。请检查LdcUserProfile。**

简介

CdliUserProfile 是 ZfcUser 的扩展,提供账户资料编辑器

安装说明

CdliUserProfile 的安装使用 composer。有关 composer 文档,请参阅 getcomposer.org

安装步骤

  1. cd my/project/directory

  2. 将此项目添加到你的 composer.json

    "require": {
        "cdli/user-profile": "dev-master"
    }
  3. 现在运行以下命令让 composer 下载 CdliUserProfile

    $ php composer.phar update
  4. 打开 configs/application.config.php 并在 modules 中添加以下键

    'CdliUserProfile',

配置

查看位于 vendor/cdli/user-profile/config/cdliuserprofile.global.php.dist 的默认配置文件。你可能想将其复制到 config/autoload/cdliuserprofile.global.php