Skip to content

Commit

Permalink
Update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed Jun 3, 2024
1 parent 8b1fc3b commit f438ce7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Installation

```bash
$ composer require bitbag/mailtemplate-plugin
$ composer require bitbag/mailtemplate-plugin --no-scripts
```

1. Add plugin dependencies to your `config/bundles.php` file:
Expand Down Expand Up @@ -34,9 +34,10 @@ bitbag_sylius_mail_template_plugin:
resource: "@BitBagSyliusMailTemplatePlugin/Resources/config/routing.yaml"
```

4. Update your database
4. Update your database and clear cache

```
$ bin/console cache:clear
$ bin/console doctrine:migrations:migrate
```
Expand Down

0 comments on commit f438ce7

Please sign in to comment.