jbs321 / GoogleSupportLaravel by jbs321

Google Support For Laravel 5.*
30
0
1
Package Data
Maintainer Username: jbs321
Maintainer Contact: jacob@balabanov.ca (Jacob Balabanov Lanir)
Package Create Date: 2017-08-14
Package Last Update: 2018-07-02
Language: PHP
License: MIT
Last Refreshed: 2025-02-05 03:18:40
Package Statistics
Total Downloads: 30
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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.

##Installation instructions: run composer to install the package

  • composer require jbs321/google-support-laravel

this will publish google.php config file into config/ folder

  • php artisan vendor:publish

Register Google Service Provider under 'providers'

Register Google Facade under 'aliases'