aprillins/googleimageresults

Get google image results from Google API JSON response

1.11 2015-04-06 17:01 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:49:04 UTC


README

This package will enable you to get the response from search query you submit to Google API image search service.

Laravel 5 Support

Service Provider and Facade settings are located in your App/config/app.php. Open that app.php file and you'll find the Autoloaded Service Providers and Class Aliases sections.

Add this to your Autoloaded Service Providers section

'Aprillins\GoogleImageResults\Support\GoogleImageResultsServiceProvider'

Add this to your Class Aliases section

'GoogleImageResults' => 'Aprillins\GoogleImageResults\Support\GoogleImageResultsFacade'