2017 © Pedro Peláez
 

library google-map-place-detail-laravel

Get Place Detail using Google Map API

image

nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  • Thursday, December 28, 2017
  • by nmfzone
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 36 % Grown

The README.md

Google Map Place Detail

Get Place Detail using Google Map API in Laravel., (*1)

Installation

Requirements

>= PHP 7.1

Installation in Laravel 5.5 and up

$ composer require nmfzone/google-map-place-detail-laravel

The package will automatically register itself., (*2)

Installation in Laravel 5.4

$ composer require nmfzone/google-map-place-detail-laravel

Next up, the service provider must be registered:, (*3)

// config/app.php

'providers' => [
    ...
    NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetailServiceProvider::class,
];

If you want to make use of the facade you must install it as well:, (*4)

// config/app.php

'aliases' => [
    ...
    'GoogleMapPlaceDetail' => NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetailFacade::class,
];

If you want to change the default config, you must publish the config file:, (*5)

$ php artisan vendor:publish --provider="NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetail"

Installation in Lumen

$ composer require nmfzone/google-map-place-detail-laravel

Next up, the service provider must be registered:, (*6)

// bootstrap/app.php

$app->register(NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetailServiceProvider::class);

Usage

Using facade (with default config),, (*7)

GoogleMapPlaceDetail::getDetails('ChIJY67epzRYei4R5AnGbv3UNXQ')->getName();

GoogleMapPlaceDetail::getDetails('ChIJY67epzRYei4R5AnGbv3UNXQ')->getProvince();

Security

If you discover any security related issues, please email 123.nabil.dev@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

28/12 2017

dev-master

9999999-dev https://github.com/nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nabil Muhammad Firdaus

laravel google place details

28/12 2017

v1.0.5

1.0.5.0 https://github.com/nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nabil Muhammad Firdaus

laravel google place details

28/12 2017

v1.0.4

1.0.4.0 https://github.com/nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nabil Muhammad Firdaus

laravel google place details

28/12 2017

v1.0.3

1.0.3.0 https://github.com/nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nabil Muhammad Firdaus

laravel google place details

28/12 2017

v1.0.2

1.0.2.0 https://github.com/nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nabil Muhammad Firdaus

laravel google place details

28/12 2017

v1.0.1

1.0.1.0 https://github.com/nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nabil Muhammad Firdaus

laravel google place details

28/12 2017

v1.0

1.0.0.0 https://github.com/nmfzone/google-map-place-detail-laravel

Get Place Detail using Google Map API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nabil Muhammad Firdaus

laravel google place details