Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.36 KB

index.md

File metadata and controls

34 lines (25 loc) · 1.36 KB

Prerequisite

CleverAge/ProcessBundle must be installed.

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/doctrine-process-bundle

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

CleverAge\DoctrineProcessBundle\CleverAgeDoctrineProcessBundle::class => ['all' => true],

Reference