mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.8' into 1.9
* 1.8: [API] Disable API by default
This commit is contained in:
commit
1b0a5ed427
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# UPGRADE FROM `v1.8.4` TO `v1.8.6`
|
||||
|
||||
1. Api is disabled by default, to enable it you need to set flag ``sylius_api.enabled`` to ``true`` in ``app/config/packages/_sylius.yaml``.
|
||||
1. API is disabled by default, to enable it you need to set flag to ``true`` in ``app/config/packages/_sylius.yaml``:
|
||||
|
||||
```yaml
|
||||
sylius_api:
|
||||
enabled: true
|
||||
```
|
||||
|
||||
1. Change configuration of new ApiBundle in your `config/packages/security.yaml` file:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue