darkorsa/cordo-bundle-users
Composer 安装命令:
composer require darkorsa/cordo-bundle-users
包简介
Users bundle for Cordo microframework
README 文档
README
Users bundle for Cordo microframework.
Install
Go to your Cordo project folder root dir and type:
$ composer require darkorsa/cordo-bundle-users
Next register bundle install command in ./cordo file:
$application->add(new \Cordo\Bundle\Users\InstallCommand($container));
and execute command:
$ php cordo cordo-bundle-users:install <context>
where <contex> is your context in which you wish to install this bundle, for example: Client, Shop, Backoffice, etc.
That command will:
- copy all the files to your
./app/<context>folder - update
./app/Register.phpfile - create the DB schemas
Great! Users bundle now is installed and ready to use.
Security
If you discover any security related issues, please email dkorsak@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 113
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-23