unitedasian/user-bundle
Composer 安装命令:
composer require unitedasian/user-bundle
包简介
User bundle
README 文档
README
Requirements
This bundle requires the FOSUserBundle to be installed.
Installation
Add the following to your project's composer.json file:
{ require: { "uam/user-bundle": "dev-master" } }
Register the bundle:
#app/AppKernel.php public function registerBundles() { $bundles = array( … new UAMUserBundle() ); return $bundles; }
If you are using assetic, add the bundle to the assetic configuration:
#config.yml
assetic:
UAMUserBundle
Also install FOSUserBundle as per the bundle's instructions.
Usage
To override the templates, create the a UAMUserBundle/views directory under your app's Resources directory.
The layout.html.twig template is used by all pages generated by the bundle.
The base.email.twig template is used by all emails sent by the bundle.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-01-19