mabebe / blog_viajes
旅行经验和建议
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ^2.0
- sensio/distribution-bundle: ^5.0.19
- sensio/framework-extra-bundle: ^5.0.0
- symfony/monolog-bundle: ^3.1.0
- symfony/polyfill-apcu: ^1.0
- symfony/swiftmailer-bundle: ^2.6.4
- symfony/symfony: 3.4.*
- twig/twig: ^1.0||^2.0
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is not auto-updated.
Last update: 2024-09-29 05:08:06 UTC
README
欢迎使用 Symfony 标准版 - 一个功能齐全的 Symfony 应用程序,您可以用它作为新应用程序的骨架。
有关如何下载和开始使用 Symfony 的详细信息,请参阅 Symfony 文档中的安装章节。
内部包含什么?
Symfony 标准版默认配置如下
-
An AppBundle,您可以用它开始编码;
-
仅配置了 Twig 作为模板引擎;
-
Doctrine ORM/DBAL;
-
Swiftmailer;
-
所有内容均启用注解。
它预配置了以下组件
-
FrameworkBundle - Symfony 核心框架组件
-
SensioFrameworkExtraBundle - 添加了包括模板和路由注解功能在内的几个增强功能
-
DoctrineBundle - 添加了对 Doctrine ORM 的支持
-
TwigBundle - 添加了对 Twig 模板引擎的支持
-
SecurityBundle - 通过集成 Symfony 的安全组件添加了安全功能
-
SwiftmailerBundle - 添加了对 Swiftmailer 的支持,Swiftmailer 是一个用于发送电子邮件的库
-
MonologBundle - 添加了对 Monolog 的支持,Monolog 是一个日志库
-
WebProfilerBundle(在开发/测试环境中)- 添加了性能分析功能和 Web 调试工具栏
-
SensioDistributionBundle(在开发/测试环境中)- 添加了配置和与 Symfony 分布式应用程序一起工作的功能
-
SensioGeneratorBundle(在开发环境中)- 添加了代码生成功能
-
WebServerBundle(在开发环境中)- 添加了使用 PHP 内置 Web 服务器运行应用程序的命令
-
DebugBundle(在开发/测试环境中)- 添加了 Debug 和 VarDumper 组件的集成
Symfony 标准版中包含的所有库和组件均以 MIT 或 BSD 许可证发布。
享受吧!