-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09eac5c
commit 234ddc9
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |