cdli / user-profile
Extensible user profile system for ZfcUser
Installs: 1 187
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 7
Forks: 11
Open Issues: 2
Requires
Suggests
- adamlundrigan/ldc-user-profile: This module has been superseded by LdcUserProfile, use it instead/
This package is not auto-updated.
Last update: 2024-12-13 08:26:15 UTC
README
Version 0.0.2 Created by the Centre for Distance Learning and Innovation (www.cdli.ca)
**NOTE: This module is woefully out of date and probably should not be used. Check out LdcUserProfile instead. **
Introduction
CdliUserProfile is an extension to ZfcUser which provides an account profile editor
Installation Instructions
Installation of CdliUserProfile uses composer. For composer documentation, please refer to getcomposer.org.
Installation Steps
-
cd my/project/directory
-
Add this project to your composer.json
"require": { "cdli/user-profile": "dev-master" }
-
Now tell composer to download CdliUserProfile by running the command:
$ php composer.phar update
-
open
configs/application.config.php
and add the following key to yourmodules
:'CdliUserProfile',
Configuration
Checkout the default configuration file located at vendor/cdli/user-profile/config/cdliuserprofile.global.php.dist
. You may want to copy this over to config/autoload/cdliuserprofile.global.php