We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a522b commit 8a2e2b8Copy full SHA for 8a2e2b8
README.md
@@ -79,6 +79,14 @@ Be sure to not require a specific version of this package when requiring it:
79
composer require genealabs/laravel-model-caching:*
80
```
81
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
90
## Upgrade Notes
91
### 0.6.0
92
The environment and config variables for disabling this package have changed.
0 commit comments