2017 © Pedro Peláez
 

library laravel-geocoder

A Laravel 5 package to make geocoding a breeze.

image

bhuvidya/laravel-geocoder

A Laravel 5 package to make geocoding a breeze.

  • Saturday, February 10, 2018
  • by bhuvidya
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 10 % Grown

The README.md

Laravel Geocoder

License Total Downloads Latest Stable Version Latest Unstable Version, (*1)

Note I have now switched the semver versioning for my Laravel packages to "match" the latest supported Laravel version., (*2)

A Laravel 5 package to make geocoding a breeze., (*3)

Please note that this package was tested on Laravel 5.5 - I cannot guarantee it will work on earlier versions. Sorry., (*4)

Installation

Add bhuvidya/laravel-geocoder to your app:, (*5)

$ composer require "bhuvidya/laravel-geocoder"

If you're using Laravel 5.5, you don't have to edit app/config/app.php., (*6)

Otherwise, edit app/config/app.php and add the service provider:, (*7)

'providers' => [
    'Bhuvidya\Geocoder\GeocoderServiceProvider',
]

Configuration

You can elect to manage your own configuration. This is an optional step, but only if you define your Google Maps API Key in your .env file via GOOGLE_MAPS_API_KEY., (*8)

Otherwise run the following command, (*9)

$ php artisan vendor:publish --provider='Bhuvidya\Geocoder\GeocoderServiceProvider' --tag=config

The config file can then be found at config/geocoder.php., (*10)

Configuration Options

TODO, (*11)

Service Class

TODO, (*12)

The Versions

10/02 2018

dev-master

9999999-dev https://github.com/bhuvidya/laravel-geocoder

A Laravel 5 package to make geocoding a breeze.

  Sources   Download

MIT

The Requires

 

by bhu Boue vidya

laravel google googlemaps geocode

10/02 2018

v1.0.1

1.0.1.0 https://github.com/bhuvidya/laravel-geocoder

A Laravel 5 package to make geocoding a breeze.

  Sources   Download

MIT

The Requires

 

by bhu Boue vidya

laravel google googlemaps geocode

30/11 2017

v1.0.0

1.0.0.0 https://github.com/bhuvidya/laravel-geocoder

A Laravel 5 package to make geocoding a breeze.

  Sources   Download

MIT

The Requires

 

by bhu Boue vidya

laravel google googlemaps geocode