- Add the dependency to your
composer.json
and runcomposer update
.
...
"require": {
...
"daves-weblab/rest-bundle": "^0.8"
...
}
...
- Open the Pimcore Admin UI and navigate to
Tools
>Extensions
and activate theDavesWeblabRestBundle
.
To start no additional configuration is needed. For details on how to configure parts of the bundle to fit your application see Configuration.