gaston / test-bundle
Es solo un test
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2025-01-13 16:30:35 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') }}