Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuczen authored Dec 2, 2021
1 parent 2a4d877 commit 2496465
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
paths:
- '%kernel.project_dir%/vendor/bitbag/graphql-plugin/src/Resources/api_resources'
```


1. Add plugin serialisation files path to your `config/packages/framewrok.yaml` file (Remeber to include here Your own serialisation files path, without it - fields using serialisation groups wont be visible in GraphQL Schema):

```yaml
framework:
serializer:
mapping:
paths:
- '%kernel.project_dir%/vendor/bitbag/graphql-plugin/src/Resources/serialization'
```

1. Import required config by adding `config/packages/bitbag_sylius_graphql_plugin.yaml` file:

Expand Down

0 comments on commit 2496465

Please sign in to comment.