Download the PHP package m-adamski/symfony-deployer-bundle without Composer
On this page you can find all versions of the php package m-adamski/symfony-deployer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download m-adamski/symfony-deployer-bundle
More information about m-adamski/symfony-deployer-bundle
Files in m-adamski/symfony-deployer-bundle
Package symfony-deployer-bundle
Short Description Bundle for Symfony for easier Deployer configuration
License MIT
Informations about the package symfony-deployer-bundle
Deployer Bundle for Symfony
Bundle for Symfony for easier Deployer configuration.
This bundle is compatible with Symfony 4.1 and Symfony 5.0. Symfony 3.4 compatibility abandoned.
Installation
This bundle can be installed by Composer:
Deployer Configuration
In addition to installing this package, you must also create configuration files that it will use. You can use the prepared script or create configuration files manually.
Automatically
Run the command from the root project directory:
Manually
Create .deployer
directory in your project's root directory. Then create four files in the newly added directory:
- config.php
- deployer.php
- hosts.php
- tasks.php
Complete the files with default values and then adapt them to your requirements.
config.php
deployer.php
hosts.php
tasks.php
The last step is to make changes to the configuration files according to own needs.
License
MIT
All versions of symfony-deployer-bundle with dependencies
symfony/console Version ^4.1|^5.0
symfony/framework-bundle Version ^4.1|^5.0
symfony/process Version ^4.1|^5.0