Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 777 Bytes

index.md

File metadata and controls

27 lines (18 loc) · 777 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/soap-process-bundle

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

CleverAge\SoapProcessBundle\CleverAgeSoapProcessBundle::class => ['all' => true],

Reference