Skip to content

Commit

Permalink
Import config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Mar 10, 2022
1 parent 38eef9a commit 3c1f1df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ return [
BabDev\SyliusProductSamplesPlugin\BabDevSyliusProductSamplesPlugin::class => ['all' => true],
];
```

## Import the Configuration

In your `config/packages/_sylius.yaml` file, import the plugin's application configuration to automatically configure its integrations with other bundles.

```yaml
imports:
- { resource: "@BabDevSyliusProductSamplesPlugin/Resources/config/app/config.yaml" }
```

0 comments on commit 3c1f1df

Please sign in to comment.