2017 © Pedro Peláez
 

library google-support-laravel

Google Support For Laravel 5.*

image

jbs321/google-support-laravel

Google Support For Laravel 5.*

  • Monday, July 2, 2018
  • by jbs321
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 43 % Grown

The README.md

GoogleSupportLaravel

Description:

Google Provides many types of API (i.e. Maps, street view, address info and more). calling these api's from client isn't recommended from a security perspective, as you have to provide an API key generated by google and this key is visible on the browser. hence, this package offers an alternative for adding a server rendering layer that hides the app key., (*1)

Installation instructions:

run composer to install the package - composer require jbs321/google-support-laravel, (*2)

this will publish google.php config file into config/ folder - php artisan vendor:publish, (*3)

Register Google Service Provider under 'providers', (*4)

- \Google\Providers\GoogleServiceProvider::class,

Register Google Facade under 'aliases', (*5)

- 'Google' => \Google\Facades\Google::class

The Versions

02/07 2018

dev-master

9999999-dev

Google Support For Laravel 5.*

  Sources   Download

MIT GNU

by Jacob Balabanov Lanir