zicht/z-plugin-symfony

Deployment utils for Symfony Z plugin

1.2.2 2022-08-24 06:15 UTC

This package is auto-updated.

Last update: 2024-04-24 09:57:11 UTC


README

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

Maintainer(s)