jbs321/google-support-laravel is a Laravel package for google support for laravel 5.*.
It currently has 0 GitHub stars and 30 downloads on Packagist.
Install it with composer require jbs321/google-support-laravel.
Discover more Laravel packages by jbs321
or browse all Laravel packages to compare alternatives.
Last updated
##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.
##Installation instructions: run composer to install the package
this will publish google.php config file into config/ folder
Register Google Service Provider under 'providers'
- \Google\Providers\GoogleServiceProvider::class,
Register Google Facade under 'aliases'
- 'Google' => \Google\Facades\Google::class