Updated readme

This commit is contained in:
Tom Lingham
2014-07-14 23:31:31 +10:00
parent 5b9c8a29cb
commit 2024af644f

View File

@ -7,6 +7,11 @@ It requires no other software installed on your server (so a bit slower than ded
Installation
----------------------------------------
Add to your composer.json file under `require`:
```
"tom-lingham/searchy" : "dev-master"
```
Add the service provider to the `providers` array in Laravel's app/config/app.php file:
```
'TomLingham\Searchy\SearchyServiceProvider'