Browse Source

Updated readme

master
Tom Lingham 11 years ago
parent
commit
2024af644f
  1. 5
      README.md

5
README.md

@ -7,6 +7,11 @@ It requires no other software installed on your server (so a bit slower than ded
Installation 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: Add the service provider to the `providers` array in Laravel's app/config/app.php file:
``` ```
'TomLingham\Searchy\SearchyServiceProvider' 'TomLingham\Searchy\SearchyServiceProvider'

Loading…
Cancel
Save