Skip to content

Commit

Permalink
+ doc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
daves-weblab committed Mar 8, 2018
1 parent 09eac5c commit 234ddc9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion doc/02_Installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Installation

// todo
1) Add the dependency to your ``composer.json`` and run ``composer update``.

```
...
"require": {
...
"daves-weblab/rest-bundle": "^0.8"
...
}
...
```

2) 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](./03_Configuration.md).

0 comments on commit 234ddc9

Please sign in to comment.