Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolirt committed Aug 19, 2024
1 parent 5ce4b6c commit a34f42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Publish config file
php artisan cacheable:install
```

By default, Laravel has a problem with multitags, which leads to excessive duplication of data in the cache and unexpected behavior when clearing and reading the cache. You can read more about it <a href="https://github.com/laravel/framework/issues/25234" target="_blank">here</a>. To fix this issue, add the following code to the `composer.json` and `run composer dump-autoload`
By default, Laravel has a problem with multitags, which leads to excessive duplication of data in the cache and unexpected behavior when clearing and reading the cache. You can read more about it <a href="https://github.com/laravel/framework/issues/25234" target="_blank">here</a>. To fix this issue, add the following code to the `composer.json` and run `composer dump-autoload`

```json
{
Expand Down

0 comments on commit a34f42e

Please sign in to comment.