From 093099b66300311073ebbe84d97967bf7f079520 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Wed, 3 Jan 2018 16:55:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 149dc17..dda34b3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Its syntax is designed to closely resemble the PHP `memcache` extension. You can easily install with composer. Just run `composer require rapidwebltd/rw-file-cache`. +If you are using Laravel, consider using the [Laravel Cache Driver for RW File Cache](https://github.com/rapidwebltd/RW-File-Cache-Laravel-Cache-Driver) instead. + ## Usage This section will show you how to use RW File Cache. If you have used `memcache` before, this should be pretty familiar.