Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenDHansen authored Mar 2, 2022
1 parent e4ddcf9 commit 1de0b7f
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 @@ -62,4 +62,4 @@ Now you need to replace the laravel TranslationServiceProvider with the service

## Caching
Of course getting, and writing language keys whenever they appear is quite a heavy load of you have many of them.
Therefore the package caches the keys. When cache is cold, the pages may be quite slow. You can use the artisan command `"dbtrans:cache-rebuild` to drop keys and rebuild from table.
Therefore the package caches the keys. When cache is cold, the pages may be quite slow. You can use the artisan command `dbtrans:cache-rebuild` to drop keys and rebuild from table.

0 comments on commit 1de0b7f

Please sign in to comment.