Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 12, 2015
1 parent a55c268 commit 1f9692e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ GoogleSearch also comes with a facade, which provides an easy way to call the th

// Laravel 5: config/app.php

'aliases' => array(
'aliases' => [
...
'GoogleSearch' => 'Spatie\GoogleSearch\Facades\GoogleSearch',
)
...
]
```

You can publish the config file of the package using artisan

```bash
php artisan vendor:publish --provider="Spatie\GoogleSearch\Facades\GoogleSearch"
php artisan vendor:publish --provider="Spatie\GoogleSearch\GoogleSearchServiceProvider"
```

This command creates a file within your config directory in which you can specify the id of the Custom Search Engine you want to use.
Expand Down

0 comments on commit 1f9692e

Please sign in to comment.