gaston / test-bundle

只是一个测试

安装: 7

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2013-10-07 15:28 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:10:29 UTC


README

仅用于测试symfony的bundle,目前只添加了一个不可配置的banner视图,只有一个链接到google.com

安装

  1. 安装标准版

使用composer安装TestBundle

php composer.phar require "gaston/test-bundle":"dev-master"
  1. 配置

修改'App.kernel.php'以添加以下行

new Gaston\TestBundle\GastonTestBundle(),
  1. 应用视图

在某些视图中仅添加以下行

{{ include('GastonTestBundle:Banner:index.html.twig') }}