Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcfedr/symfony-twig-error
https://github.com/mcfedr/symfony-twig-error
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcfedr/symfony-twig-error
- Owner: mcfedr
- License: mit
- Created: 2014-08-26T13:00:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T13:03:25.000Z (over 10 years ago)
- Last Synced: 2024-11-04T06:43:48.650Z (about 2 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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