Skip to content

Commit

Permalink
readme: mention not avoid caching the config
Browse files Browse the repository at this point in the history
Inspired by barryvdh#832
  • Loading branch information
mfn committed Jun 27, 2020
1 parent 772b132 commit 588ff3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ If for some reason you want manually control this:
}
```

> Note: Avoid caching the configuration in your development environment, it may cause issues after installing this package; respectively clear the cache beforehand via `php artisan cache:clear` if you encounter problems when running the commands
## Usage

_Check out [this Laracasts video](https://laracasts.com/series/how-to-be-awesome-in-phpstorm/episodes/15) for a quick introduction/explanation!_
Expand Down

0 comments on commit 588ff3b

Please sign in to comment.