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 5960fc7 commit 363624dCopy full SHA for 363624d
README.md
@@ -84,8 +84,12 @@ composer require genealabs/laravel-model-caching
84
The following steps need to be figured out by you and implemented in your Lumen
85
app. Googling for ways to do this provided various approaches to this.
86
87
-1. Make sure your Lumen app can load config files.
88
-2. Publish this package's config file to the location your app loads config
+1. Register the package to load in Lumen:
+ ```php
89
+ $app->register(GeneaLabs\LaravelModelCaching\Providers\Service::class);
90
+ ```
91
+2. Make sure your Lumen app can load config files.
92
+3. Publish this package's config file to the location your app loads config
93
files from.
94
95
## Upgrade Notes
0 commit comments