2017 © Pedro PelĂĄez
 

symfony-bundle francois-bundle

HĂ©Ă©HĂ©Ă©Ă©Ă©h...

image

sly/francois-bundle

HĂ©Ă©HĂ©Ă©Ă©Ă©h...

  • Wednesday, February 19, 2014
  • by Ph3nol
  • Repository
  • 2 Watchers
  • 9 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FrancoisBundle *

, (*1)

Work (and inspiration) in progress.

=====, (*2)

Installation

Add this into your composer.json:, (*3)

``` json "require-dev": { // ... "sly/francois-bundle" : "dev-master" },, (*4)


And run `php composer.phar update sly/francois-bundle`. Register the bundle in your AppKernel (`app/AppKernel.php`), only for dev environment (of course...). ``` php // ... if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Sly\FrancoisBundle\SlyFrancoisBundle(); }

Finally, override some dev views with adding it into your composer.json file (a sexy command-way will be implemented soon):, (*5)

``` json // ... "scripts": { "post-install-cmd": [ // ... "ln -sf ../../vendor/sly/francois-bundle/Sly/FrancoisBundle/Resources/TwigBundle app/Resources/TwigBundle" ], "post-update-cmd": [ // ... "ln -sf ../../vendor/sly/francois-bundle/Sly/FrancoisBundle/Resources/TwigBundle app/Resources/TwigBundle" ] }, // ..., (*6)


## Configuration reference ``` yaml sly_francois: twig: exception: video: true

=====, (*7)

  • Hey dude, it's just for fun.

The Versions

19/02 2014

dev-master

9999999-dev

HĂ©Ă©HĂ©Ă©Ă©Ă©h...

  Sources   Download

MIT

The Requires

 

by CĂ©dric Dugat