From e192ac947af65228588516e3145648c07ab5511d Mon Sep 17 00:00:00 2001 From: Freek Date: Thu, 12 Feb 2015 16:26:49 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 915d5fe..f4b2345 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,19 @@ This package can fetch results from a Google Custom Search Engine. It returns an array with searchresults. You'll need to know [how to set up a Google Custom Search Engine](https://support.google.com/customsearch/answer/2630963?hl=en). +## Laravel compatibility + + Laravel | googlesearch +:---------|:---------- + 4.2.x | 1.x + 5.x | 2.x + ## Installation This package can be installed through Composer. ```bash - composer require spatie/googlesearch - ``` When using Laravel there is a service provider that you can make use of.