PHPackages                             volkenomakers/google-places-reviews - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. volkenomakers/google-places-reviews

ActiveLibrary[API Development](/categories/api)

volkenomakers/google-places-reviews
===================================

Show Google Places Reviews in Laravel project

242↓100%Blade

Since Feb 17Pushed 3y ago4 watchersCompare

[ Source](https://github.com/VolkenoMakers/google-places-reviews)[ Packagist](https://packagist.org/packages/volkenomakers/google-places-reviews)[ RSS](/packages/volkenomakers-google-places-reviews/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

About VolkenoMakers Google Places Reviews
-----------------------------------------

[](#about-volkenomakers-google-places-reviews)

VolkenoMakers-GPR is a laravel package for managing the display of Google Places Reviews. It is simplistic, easy to use and designed to fill the lack of reliable documentation and resources needed to display the reviews of your business.

Demo
----

[](#demo)

You can see the package demo [here](https://demo-volkenomakers-gpr.withvolkeno.com/)

Installation
------------

[](#installation)

You can install the package via composer :

```
composer require volkenomakers/google-places-reviews
```

If installation is done, you must add the package Provider in config/app.php on providers array :

```
    'providers' => [
        ...
        ...
        ...

        /*
         * Package Service Providers...
         */
        VolkenoMakers\GooglePlacesReviews\GooglePlacesReviewsServiceProvider::class,

        ...
        ...
        ...
    ],
```

After installation, you must publish vendor :

```
php artisan vendor:publish --provider="VolkenoMakers\GooglePlacesReviews\GooglePlacesReviewsServiceProvider"
```

Updating config file
--------------------

[](#updating-config-file)

To configure the package, you must edit the **config/google-places-reviews.php** file to fill in the essential information.

```
