Skip to content

Commit

Permalink
TASK: Add note about flushing caches after installation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed May 22, 2024
1 parent ba486c8 commit f42da9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Afterward you should execute doctrine migrations, as the package adds new column
./flow doctrine:migrate
```

In some rare cases it's necessary to flush the caches to prevent errors PHP errors, as the package extends some core classes:

```console
./flow flow:cache:flush
```

Then you should update the paths of existing asset collections:

```console
Expand Down

0 comments on commit f42da9c

Please sign in to comment.