Skip to content

Commit 363624d

Browse files
authored
Update README.md
1 parent 5960fc7 commit 363624d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,12 @@ composer require genealabs/laravel-model-caching
8484
The following steps need to be figured out by you and implemented in your Lumen
8585
app. Googling for ways to do this provided various approaches to this.
8686

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
87+
1. Register the package to load in Lumen:
88+
```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
8993
files from.
9094

9195
## Upgrade Notes

0 commit comments

Comments
 (0)