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 ff8c01b commit 39f003dCopy full SHA for 39f003d
README.md
@@ -20,7 +20,7 @@ This package adds caching support for **all** query methods.
20
Hop into your console and install the package via Composer:
21
22
```bash
23
-$ composer require rennokki/rennokki/laravel-eloquent-query-cache
+$ composer require rennokki/laravel-eloquent-query-cache
24
```
25
26
Each model that will accept query-by-query caching will have to use the `Rennokki\QueryCache\Traits\QueryCacheable` trait.
0 commit comments