Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
add note to readme re Laravel 4/5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgoslett committed Jul 4, 2017
1 parent 7dfc55e commit 742ee61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 742ee61

Please sign in to comment.