itk-dev / user-bundle
0.1.3
2019-11-20 08:26 UTC
Requires
- friendsofsymfony/user-bundle: ^2.1
- symfony/framework-bundle: ^4.3
- twig/twig: ^2.12
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- friendsoftwig/twigcs: ^3.1
- dev-develop
- 2.x-dev
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.1
- dev-dependabot/composer/twig/twig-2.15.3
- dev-dependabot/composer/symfony/http-kernel-4.4.18
- dev-dependabot/composer/symfony/security-core-4.4.23
- dev-dependabot/composer/symfony/security-guard-4.4.23
- dev-dependabot/composer/symfony/security-http-4.4.22
- dev-dependabot/composer/symfony/var-exporter-4.4.4
- dev-dependabot/composer/symfony/http-foundation-4.4.1
- dev-dependabot/composer/symfony/mime-4.4.1
- dev-dependabot/composer/symfony/cache-4.3.9
- dev-master
This package is auto-updated.
Last update: 2024-09-24 13:38:26 UTC
README
用户组件覆盖了FOSUserBundle中的模板,因此使用Bootstrap 4样式。
开始使用
以下说明将帮助您在本地机器上复制项目并进行开发测试。有关如何在生产系统上部署项目的说明,请参阅部署。
安装
有几种方法可以为此项目设置开发环境。通常,您会在Symfony项目中开发和测试它。
安装ITK开发用户组件
# Clone the code to a place e.g. inside your Symfony git clone git@github.com:itk-dev/user-bundle.git bundles/user-bundle # Install it with Composer composer config repositories.itk-dev/user-bundle path bundles/user-bundle composer require itk-dev/user-bundle:dev-develop
按照此处找到的说明配置组件。
运行测试
编码规范
composer check-coding-standards
# Most of the times the tools can fix it: (Twig templates excluded)
composer apply-coding-standards
部署
composer require itk-dev/user-bundle
按照此处找到的说明配置组件。
文档
请参阅doc文件夹中的文档。
贡献
拉取请求流程
- 更新README.md,包含相关更改的详细信息。
- 如有必要,在doc文件夹中添加或更新文档文件。
- 一旦您获得其他开发者的批准,或如果您没有权限这样做,您可以请求审阅者为您合并。
版本管理
我们使用SemVer进行版本管理。有关可用的版本,请参阅此存储库的标签。
许可证
本项目采用MIT许可证 - 有关详细信息,请参阅LICENSE文件。