oldpak/distribution-bundle

Symfony Distributions的基础包

安装: 10

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

公开问题: 0

类型:symfony-bundle

1.0 2024-04-03 04:28 UTC

This package is auto-updated.

Last update: 2024-09-03 06:53:30 UTC


README

警告:此包不支持Symfony 4。Symfony Flex是此包的完全替代品。

SensioDistributionBundle提供了在多个Symfony Distributions中可重复使用的有用开发者功能。

Composer钩子

该包连接到Composer过程,在运行安装或更新时自动执行以下操作

  • 更新bootstrap.php.cache文件(并清除缓存);
  • 在web根目录下安装资源;
  • 更新需求文件。

安全

该包包含SensioLabs Security Checker。当包含在Symfony应用程序中时,检查是可用的

// In Symfony 2.x
$ ./app/console security:check

// As of Symfony 2.8 and 3.x
$ ./bin/console security:check

贡献

要为此包做出贡献,您只需要一个GitHub帐户。如果您需要一些帮助开始,您可以查看Symfony指南代码风格约定。在可能的情况下,应针对4.0分支提交错误修复,新功能仅接受在master上。

欢迎提交拉取请求!