BernardBundle:将 Bernard 与 Symfony2 集成

时间:2021-05-29 05:43:45
【文件属性】:
文件名称:BernardBundle:将 Bernard 与 Symfony2 集成
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-29 05:43:45
PHP 伯纳德·邦德尔 将 Bernard 与 Symfony 应用程序巧妙地集成在一起。 入门 一切都从安装包开始。 这是通过 composer 通过将以下几行添加到您的composer.json文件并运行composer update bernard/bernard-bundle 。 { " require " : { " bernard/bernard-bundle " : " ~1.0 " } } 接下来是将包添加到您的内核并在config.yml配置它。 // app/AppKernel.php // .. previous class definition public function registerBundles () { // .. all the other bundles you have registered. $
【文件预览】:
BernardBundle-master
----composer.json(799B)
----BernardBundle.php(690B)
----Collector()
--------ProducerCollector.php(2KB)
----EventListener()
--------SchemaListener.php(306B)
----DependencyInjection()
--------Compiler()
--------BernardExtension.php(5KB)
--------Configuration.php(5KB)
----Normalizer()
--------DefaultMessageNormalizer.php(1KB)
----LICENSE(1KB)
----Resources()
--------config()
--------views()
----Command()
--------DebugCommand.php(2KB)
----Tests()
--------DependencyInjection()
----.styleci.yml(57B)
----README.md(6KB)

网友评论