gaston/test-bundle

Es solo un test

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

This package is not auto-updated.

Last update: 2024-05-06 13:19:36 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

  1. Installing the Standard Edition

use composer to install the TestBundle

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

Modify 'App.kernel.php' to add this line

new Gaston\TestBundle\GastonTestBundle(),
  1. Apply the view

In some view only add this line

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