Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 785 Bytes

File metadata and controls

26 lines (17 loc) · 785 Bytes

Prerequisite

CleverAge/ProcessBundle must be [installed](https://github.com/cleverage/process-bundle/blob/main/docs/01-quick_start.md#installation.

Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Open a command console, enter your project directory and install it using composer:

composer require cleverage/archive-process-bundle

Remember to add the following line to config/bundles.php (not required if Symfony Flex is used)

CleverAge\ArchiveProcessBundle\CleverAgeArchiveProcessBundle::class => ['all' => true],

Reference