Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd0eae2

Browse files
committed
[Docs] add minor improvement to Plus installation guide
1 parent d0fbc23 commit cd0eae2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/book/installation/sylius_plus_installation.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ Installing Sylius Plus as a plugin to a Sylius application
288288
289289
<?php
290290
291+
// src/Entity/Order/Adjustment.php
292+
291293
declare(strict_types=1);
292294
293295
namespace App\Entity\Order;
@@ -345,7 +347,14 @@ your application's ``.env`` file:
345347
yarn build
346348
bin/console assets:install --ansi
347349
348-
**11.** For more details check the installation guides for all plugins installed as dependencies with Sylius Plus.
350+
**11.** Clear cache for proper display of all translations:
351+
352+
.. code-block:: bash
353+
354+
bin/console cache:clear
355+
bin/console cache:warmup
356+
357+
**12.** For more details check the installation guides for all plugins installed as dependencies with Sylius Plus.
349358

350359
* `Sylius/InvoicingPlugin <https://github.com/Sylius/InvoicingPlugin/blob/master/README.md#installation>`_
351360
* `Sylius/RefundPlugin <https://github.com/Sylius/RefundPlugin/blob/master/README.md#installation>`_

0 commit comments

Comments
 (0)