-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
yurtesen edited this page Aug 15, 2016
·
1 revision
Please include the following require in your composer.json :
{
"require": {
"yurtesen/geonames": "dev-master"
}
}
or install using command line :
composer require yurtesen/geonames:dev-master
after installation, you will need to add the service provider in your config\app.php to 'providers' array
Yurtesen\Geonames\GeonamesServiceProvider::class,
Wiki
Quickstart
Models
Examples