Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Sep 5, 2024
1 parent 4d5f282 commit 528fb6f
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,30 +68,17 @@ monsieurbiz_richeditor_admin:

### Correct `Twig\Extra\Intl\IntlExtension` conflict

Update the file `config/packages/twig.yaml` to remove the `IntlExtension` service :
If the recipe did not comment it, update the file `config/packages/twig.yaml` to comment or remove the `IntlExtension` declaration :

```yaml
twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
# Removed by Rich Editor because it is loaded by the require of twig/extra-bundle
# services:
# _defaults:
# public: false
# autowire: true
# autoconfigure: true
# Twig\Extra\Intl\IntlExtension: ~
when@test_cached:
twig:
strict_variables: true
# Twig\Extra\Intl\IntlExtension: ~
```

### Install the assets

```yaml
If the `auto-script` is not in your `composer.json` project, you can install the assets with the following command:

```bash
bin/console asset:install
```

Expand Down

0 comments on commit 528fb6f

Please sign in to comment.