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 f187ee1 commit 6cce090Copy full SHA for 6cce090
README.md
@@ -205,7 +205,7 @@ or:
205
### Disabling Caching of Queries
206
There are two methods by which model-caching can be disabled:
207
1. Use `->disableCache()` in a query-by-query instance.
208
-2. Set `MODEL_CACHE_DISABLED=TRUE` in your `.env` file.
+2. Set `MODEL_CACHE_ENABLED=false` in your `.env` file.
209
3. If you only need to disable the cache for a block of code, or for non-
210
eloquent queries, this is probably the better option:
211
```php
0 commit comments