From 716eb52fb6e50111e57231d0bc6d388e1de39c21 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 14 Jul 2014 12:38:47 +1000 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a52df7 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Laravel 4+ Searchy - Searching Made Easy +======================================== + +Searchy is an easy-to-use Laravel 4+ package that makes running user searches on data in your models easy and effective. +It requires no other software installed on your server (so a bit slower) but can be setup and ready to go in minutes. + +Usage +----- + +``` + +``` + + +### Road Map + +So, the intention is to (in the future): + +1. Remove Searchy's dependancy on Laravel +2. Include more drivers for more advanced searching (Including file searching, indexing and more)