Update readme
This commit is contained in:
@ -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`:
|
||||
|
Reference in New Issue
Block a user