setono/deployer-symfony

Install the symfony binary on your remote server

v1.3.0 2023-04-11 09:17 UTC

README

Latest Version Latest Unstable Version Software License Build Status

Installation

$ composer require setono/deployer-symfony

Usage

In your deploy.php file require the recipe:

<?php

namespace Deployer;

require_once 'recipe/setono_symfony.php';

// ...

This will automatically hook into the default flow of Deployer.