Skip to content

Commit aee4e65

Browse files
authored
Update README.md
1 parent e1cb6da commit aee4e65

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
@@ -33,6 +33,14 @@ likely conflict with this package. So far these may include the following:
3333

3434
[![installation guide cover](https://user-images.githubusercontent.com/1791050/36356190-fc1982b2-14a2-11e8-85ed-06f8e3b57ae8.png)](https://vimeo.com/256318402)
3535

36+
### Things That Don't Work Currently
37+
```diff
38+
- The following items currently do no work with this package:
39+
- - [caching of lazy-loaded relationships, see #127](https://github.com/GeneaLabs/laravel-model-caching/issues/127).
40+
- - [using select() clauses in Eloquent queries, see #238](https://github.com/GeneaLabs/laravel-model-caching/issues/238) (word-around discussed in the issue)
41+
- - [using SoftDeletes on Models, see #237](https://github.com/GeneaLabs/laravel-model-caching/issues/237)
42+
```
43+
3644
## Installation
3745
Be sure to not require a specific version of this package when requiring it:
3846
```
@@ -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)