Provides some tasks and hooks related to Symfony.
Defaults are set for a Symfony <= v3 stucture with the console, cache and logs residing in app/
Add the following configuration to you Z YAML file to use a Symfony >= v3 style structure:
symfony:
console: bin/console
cache: var/cache/
logs: var/logs/
web: public
- Jochem Klaver [email protected]