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 a18ccf9 commit 4ddd372Copy full SHA for 4ddd372
README.md
@@ -25,9 +25,24 @@ relationships. This package is an attempt to address those requirements.
25
- automatic use of cache tags for cache providers that support them (will
26
flush entire cache for providers that don't).
27
28
+## Cache Drivers
29
+This package is best suited for taggable cache drivers:
30
+```diff
31
++ Redis
32
++ MemCached
33
++ APC
34
++ Array
35
+```
36
+
37
+It will not work with non-taggable drivers:
38
39
+- Database
40
+- File
41
+- DynamoDB
42
43
44
## Requirements
-- PHP >= 7.1.3
-- Laravel 5.8
45
+- Laravel 6.0+
46
```diff
47
- Please note that prior Laravel versions are not supported and the package
48
- versions that are compatible with prior versions of Laravel contain bugs.
0 commit comments