setono/deployer-symfony

Install the symfony binary on your remote server

Installs: 14 635

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/setono/deployer-symfony

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.