laravel-google-custom-search-engine icon indicating copy to clipboard operation
laravel-google-custom-search-engine copied to clipboard

Laravel package to get Google Custom Search results from Google Custom Search Engine API for both free and paid versions.

Results 8 laravel-google-custom-search-engine issues
Sort by recently updated
recently updated
newest added

as mentioned in the document if i want to get total result. then i have to do following $fulltext->getTotalNumberOfResults(). but when i do this then it says call to undefined...

I got this error when i use getRawResults() here's my code: `$fulltext = new LaravelGoogleCustomSearchEngine(); // initialize $results = $fulltext->getResults('Startup Funding'); // get first 10 results for query 'some phrase'...

Deprecation Notice: Class JanDrda\LaravelGoogleCustomSearchEngine\Facades\GoogleCustomSearchEngine located in ./vendor/jan-drda/laravel-google-custom-search-engine/src/JanDrda/LaravelGoogleCustomSearchEngine/Facades/LaravelGoogleCustomSearchEngine.php does not comply with psr-0 autoloading standard.

This edit updates the URL and allows for the Google Restricted JSON API usage to you don't run into query limits.

I try use in laravel 5.1 Use provider JanDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngineProvider::class, alias 'GoogleCseSearch' => JanDrda\LaravelGoogleCustomSearchEngine\Facades\LaravelGoogleCustomSearchEngineProvider::class, but then i dont know what to do

help wanted

My current project (that is hosted on a server) requires logging in to see any information, and I think that is why my search results always come back empty. I...

Hi Great package. I face an error while using this package. Getting curl_error(): 2 is not a valid cURL handle resource. so when I search it & found this error...