Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Aug 11, 2024
1 parent 902c451 commit 1bf2464
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1bf2464

Please sign in to comment.