mrsnoozles/pimcore-deployer

Pimcore Deployer Scripts

Installs: 143

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 5

pkg:composer/mrsnoozles/pimcore-deployer

1.4.2 2021-09-07 11:11 UTC

This package is not auto-updated.

Last update: 2026-01-08 06:52:06 UTC


README

Pimcore Deployer

This library gives you a clean example of how to use Deployer together with Pimcore (Version 5+) in order to deploy your application to a web server.

It provides you with additional tasks needed to successfully deploy a Pimcore application into different environments.

Installation

composer require w-vision/pimcore-deployer

Installation installs the Deployer library as well.

Usage

There is a sample Deployer configuration file, which shows you how to configure Deployer for Pimcore. Copy the file into your root-folder:

vendor/w-vision/pimcore-deployer/deploy.sample.php -> deploy.php

Edit the file deploy.php to suit your configuration.

Start Deployment

vendor/bin/dep deploy