Skip to content

Commit

Permalink
add some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jun 23, 2019
1 parent 0bf846a commit cf2164a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/0_ExampleSetup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Example Setup

### composer.json

```json
"require" : {
"dachcom-digital/dynamic-search": "~0.1.0",
Expand All @@ -11,8 +10,13 @@
}
```

### app/config/config.yml
### app/config/routing.yml
```yaml
dynamic_search_frontend:
resource: '@DynamicSearchBundle/Resources/config/pimcore/routing/frontend_routing.yml'
```
### app/config/config.yml
```yaml
dynamic_search:

Expand Down

0 comments on commit cf2164a

Please sign in to comment.