From 5df618f3f206829d8de44e736189c790366b7770 Mon Sep 17 00:00:00 2001 From: Derek Myers Date: Mon, 14 Mar 2016 00:51:14 -0500 Subject: [PATCH] Added laravel 5 support notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fe7352..58bb84e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Storage Package for Laravel 4 Storage is a filesystem abstraction layer for Laravel 4 applications. +If you are using Laravel 5 it comes with a similar package included +which can be [found in the docs](https://laravel.com/docs/5.0/filesystem). ## Installation via Composer