gaston / test-bundle
Es solo un test
dev-master
2013-10-07 15:28 UTC
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2026-03-23 22:42:39 UTC
README
Solo para probar el bundle de symfony adiciona de momento una vista de banner la que no es configurable "solo tiene un link a google.com"
INSTALL
- Installing the Standard Edition
use composer to install the TestBundle
php composer.phar require "gaston/test-bundle":"dev-master"
- Configuration
Modify 'App.kernel.php' to add this line
new Gaston\TestBundle\GastonTestBundle(),
- Apply the view
In some view only add this line
{{ include('GastonTestBundle:Banner:index.html.twig') }}