Skip to content

Commit 8a2e2b8

Browse files
committed
Updated readme.
1 parent 01a522b commit 8a2e2b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ Be sure to not require a specific version of this package when requiring it:
7979
composer require genealabs/laravel-model-caching:*
8080
```
8181

82+
### Gotchas If Using With Lumen
83+
The following steps need to be figured out by you and implemented in your Lumen
84+
app. Googling for ways to do this provided various approaches to this.
85+
86+
1. Make sure your Lumen app can load config files.
87+
2. Publish this package's config file to the location your app loads config
88+
files from.
89+
8290
## Upgrade Notes
8391
### 0.6.0
8492
The environment and config variables for disabling this package have changed.

0 commit comments

Comments
 (0)