From 1bf2464054266ea914b324e51fbb09af75100522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Kukli=C5=84ski?= Date: Sun, 11 Aug 2024 20:22:38 +0200 Subject: [PATCH] Update installation.md --- doc/installation.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index eb8303d..403a60e 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -4,7 +4,7 @@ 1. *We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.* ```bash -$ composer require bitbag/banner-plugin +composer require bitbag/banner-plugin --no-scripts ``` 2. Add plugin dependencies to your `config/bundles.php` file: @@ -38,11 +38,17 @@ bitbag_sylius_banner_plugin: resource: "@BitBagSyliusBannerPlugin/Resources/config/routing.yaml" ``` -5. Finish the installation by updating the database schema and installing assets: +5. Please clear the cache: ``` -$ bin/console doctrine:migrations:diff -$ bin/console doctrine:migrations:migrate +bin/console cache:clear +``` + +6. Finish the installation by updating the database schema and installing assets: + +``` +bin/console doctrine:migrations:diff +bin/console doctrine:migrations:migrate ``` ## Testing & running the plugin