From 742ee61f6a90ec04fcb8e957a6a71dcf5b212b65 Mon Sep 17 00:00:00 2001 From: Matthew Goslett Date: Tue, 4 Jul 2017 10:05:38 +0200 Subject: [PATCH] add note to readme re Laravel 4/5 compatibility --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1c74bd..e043d5c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ This package changes the redirect response for AJAX calls from 301 or 302 to a 2 redirects which in a lot of cases, isn't the intention. In most cases, the intention is for the browser to redirect the client to the intended page. +For **Laravel 4**, please use version 1.0.0. + +For **Laravel 5**, please use version 2.0.0+ + ## Installation ```bash