Browse Source

Update readme

master
Tom Lingham 10 years ago
parent
commit
5eb6fe7830
  1. 5
      README.md

5
README.md

@ -1,4 +1,4 @@
Laravel Searchy 2
Laravel 5+ Searchy
======================================== ========================================
### Database Searching Made Easy ### 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 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. 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 Installation
---------------------------------------- ----------------------------------------
Add `"tom-lingham/searchy" : "2.0"` to your composer.json file under `require`: Add `"tom-lingham/searchy" : "2.0"` to your composer.json file under `require`:

Loading…
Cancel
Save