From 5eb6fe7830c3dc18b961db3476c17673cfe7f8a8 Mon Sep 17 00:00:00 2001 From: Tom Lingham Date: Sun, 14 Jun 2015 16:47:06 +1000 Subject: [PATCH] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc84b0..83ab091 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Laravel Searchy 2 +Laravel 5+ Searchy ======================================== ### Database Searching Made Easy @@ -6,6 +6,9 @@ Searchy is an; easy-to-use, light-weight, MySQL only, Laravel package that makes It uses pseudo fuzzy searching and other weighted mechanics depending on the search driver that you have enabled. It requires no other software installed on your server (so can be a little slower than dedicated search programs) but can be set up and ready to go in minutes. +#### !! Laravel 4 !! +Looking for Laravel 4 compatible Searchy? Checkout the 1.0 branch :) + Installation ---------------------------------------- Add `"tom-lingham/searchy" : "2.0"` to your composer.json file under `require`: