diegonobre / symfony-microkernel-edition
"Symfony MicroKernel Edition" 发行版
dev-master / 3.2.x-dev
2017-10-01 15:13 UTC
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ^2.0
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0
- symfony/symfony: ^3.2
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is not auto-updated.
Last update: 2024-09-23 14:02:46 UTC
README
查看文档 - MicroKernelTrait
包含什么?
Symfony MicroKernel Edition 使用以下默认配置
-
Twig 是唯一的配置模板引擎;
-
配置了 Doctrine ORM/DBAL;
-
所有内容都启用了注解。
它预配置了以下捆绑包
-
FrameworkBundle - 核心Symfony框架捆绑包
-
SensioFrameworkExtraBundle - 添加了多个增强功能,包括模板和路由注解功能
-
DoctrineBundle - 添加了对 Doctrine ORM 的支持
-
TwigBundle - 添加了对 Twig 模板引擎的支持
-
SecurityBundle - 通过集成 Symfony 的安全组件添加了安全功能
-
WebProfilerBundle (在开发/测试环境中) - 添加了性能分析功能和网页调试工具栏
-
SensioDistributionBundle (在开发/测试环境中) - 添加了配置和操作 Symfony 发行版的功能
-
SensioGeneratorBundle (在开发/测试环境中) - 添加了代码生成功能
享受吧!