Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcfedr/symfony-twig-error


https://github.com/mcfedr/symfony-twig-error

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Symfony twig test

There is one command in this symfony app

`twig-error:hello`

The expected output is

`Hello Fred's name`

## See it correctly

rm -rf app/cache
./app/console twig-error:hello

## See it wrongly

./app/console cache:clear
./app/console twig-error:hello