Updated readme

This commit is contained in:
Tom
2014-07-17 14:41:08 +10:00
parent 6fe40f3c0d
commit fc6239910c

View File

@ -10,8 +10,12 @@ Installation
---------------------------------------- ----------------------------------------
Add to your composer.json file under `require`: Add to your composer.json file under `require`:
``` ```
"tom-lingham/searchy" : "dev-master" "require": {
"laravel/framework": "4.*",
"tom-lingham/searchy" : "dev-master"
}
``` ```
Run `composer update` in your terminal to pull down into your vendors folder.
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:
```php ```php