marks12/tsv-users
Composer 安装命令:
composer require marks12/tsv-users
包简介
User manager
关键字:
README 文档
README
User management
Install
-
You must be sure that you have installed and included modules in your application.config.php befor TsvUsers:
- DoctrineModule;
- DoctrineORMModule;
- ZfcBase;
- ZfcUser;
- BjyProfiler;
- ZfcAdmin;
- BjyAuthorize.
-
Install module via composer like this: $ composer require marks12/tsv-users:dev-master
-
Move and rename file ./vendor/marks12/tsv-users/config/tsvusers.local.php.dist to application autoload folder ./config/autoload
-
Configure your database connection (./config/autoload/local.php - recomended)
-
Insert into your database SQL dump from ./vendor/marks12/tsv-users/data/schema.sql
Tables of this module may differ from tables ZfcUser, therefore recommends store data from previously created tables module Zftsuser for later
Enter
If you have base config for ZfcUser module, you can authorize in http://domain.nameuser/login Then, if your user account have admin role, you can going to admin interface in ZfcAdmin module, for example http://domain.nameuser/admin and you will see new link in main menu like 'Пользователи'. Use this interfaces for user management.
统计信息
- 总下载量: 132
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-06-09