2017 © Pedro Peláez
 

library google-service-provider

Google service provider for Laravel.

image

spie/google-service-provider

Google service provider for Laravel.

  • Sunday, July 1, 2018
  • by SPie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Google Service Provider

A Laravel and Lumen service provider for the Google Client API., (*1)

Usage

Laravel

Add SPie\GoogleServiceProvider\LaravelGoogleServiceProvider::class to the service provider array in the app config., (*2)

Lumen

Register the LumenGoogleServiceProvider in the bootstrap/app.php file., (*3)

php $app->register(SPie\GoogleServiceProvider\LumenGoogleServiceProvider);, (*4)

Config

You can copy the google.php config file and change what ever config value you need., (*5)

Client Config

For the Google_Client config you can change the values in the client array or use the environment variables in the .env.example file., (*6)

Services Config

Add the needed service class names to the services array., (*7)

The Versions

01/07 2018

dev-master

9999999-dev

Google service provider for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel services google

01/07 2018

v0.1.0

0.1.0.0

Google service provider for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel services google