File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >`_
You can’t perform that action at this time.
0 commit comments