Update readme

This commit is contained in:
Tom Lingham
2015-06-14 16:47:06 +10:00
parent 1e346baf59
commit 5eb6fe7830

View File

@ -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`: