Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 482 Bytes

02_Installation.md

File metadata and controls

20 lines (16 loc) · 482 Bytes

Installation

  1. Add the dependency to your composer.json and run composer update.
...
"require": {
    ...
    "daves-weblab/rest-bundle": "^0.8"
    ...
}
...
  1. Open the Pimcore Admin UI and navigate to Tools > Extensions and activate the DavesWeblabRestBundle.

Configuration

To start no additional configuration is needed. For details on how to configure parts of the bundle to fit your application see Configuration.