Skip to content

Commit 1655e8f

Browse files
committed
Merge branch 'master' of github.com:GeneaLabs/laravel-model-caching
2 parents edc9851 + 3e99b83 commit 1655e8f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Any packages that also override `newEloquentModel()` from the `Model` class will
3131
likely conflict with this package. So far these may include the following:
3232
- [grimzy/laravel-mysql-spatial](https://github.com/grimzy/laravel-mysql-spatial)
3333

34+
### Things That Don't Work Currently
35+
The following items currently do no work with this package:
36+
```diff
37+
- caching of lazy-loaded relationships, see #127
38+
- using select() clauses in Eloquent queries, see #238 (work-around discussed in the issue)
39+
- using SoftDeletes on Models, see #237
40+
```
41+
3442
[![installation guide cover](https://user-images.githubusercontent.com/1791050/36356190-fc1982b2-14a2-11e8-85ed-06f8e3b57ae8.png)](https://vimeo.com/256318402)
3543

3644
## Installation
@@ -180,12 +188,6 @@ This comes in handy when manually making updates to the database. You could also
180188
trigger this after making updates to the database from sources outside your
181189
Laravel app.
182190

183-
## Things That Don't Work Currently
184-
The following items currently do no work with this package:
185-
- [caching of lazy-loaded relationships, see #127](https://github.com/GeneaLabs/laravel-model-caching/issues/127).
186-
- [using select() clauses in Eloquent queries, see #238](https://github.com/GeneaLabs/laravel-model-caching/issues/238) (word-around discussed in the issue)
187-
- [using SoftDeletes on Models, see #237](https://github.com/GeneaLabs/laravel-model-caching/issues/237)
188-
189191
## Summary
190192
**That's all you need to do. All model queries and relationships are now
191193
cached!**

0 commit comments

Comments
 (0)