mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #12767 [Documentation] Fix warning about version of Sylius in Plus installation guide (GSadee)
This PR was merged into the 1.9 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.9
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes after https://github.com/Sylius/Sylius/pull/12751
| License | MIT
Commits
-------
483de034e5 [Documentation] Fix warning about version of Sylius in Plus installation guide
This commit is contained in:
commit
51fa37316d
1 changed files with 8 additions and 8 deletions
|
|
@ -65,16 +65,16 @@ Installing Sylius Plus as a plugin to a Sylius application
|
|||
...
|
||||
- { resource: "@SyliusPlusPlugin/Resources/config/config.yaml" }
|
||||
|
||||
> Beware!
|
||||
.. warning::
|
||||
|
||||
Recommended Sylius version to use with Sylius Plus is 1.10. If, for any reason, you need to use Sylius 1.9, it's required
|
||||
to customise some API configurations. Run the following commands, to do it:
|
||||
Recommended Sylius version to use with Sylius Plus is 1.10. If, for any reason, you need to use Sylius 1.9, it's required
|
||||
to customise some API configurations. Run the following commands, to do it:
|
||||
|
||||
```bash
|
||||
rm vendor/sylius/plus/src/Resources/config/api_resources/Shipment.xml
|
||||
mkdir config/api_platform/
|
||||
cp -R vendor/sylius/plus/etc/sylius-1.9/Resources/config/api_resources/* config/api_platform/
|
||||
```
|
||||
.. code-block:: bash
|
||||
|
||||
rm vendor/sylius/plus/src/Resources/config/api_resources/Shipment.xml
|
||||
mkdir config/api_platform/
|
||||
cp -R vendor/sylius/plus/etc/sylius-1.9/Resources/config/api_resources/* config/api_platform/
|
||||
|
||||
**5.** Configure Shop, Admin and Admin API routing:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue