Skip to content

Iran Provinces, Counties and Cities with a Google Map Location for Laravel.

License

Notifications You must be signed in to change notification settings

teamadlino/locations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locations

License Latest Stable Version Total Downloads

Iran Provinces, Counties and Cities with a Google Map Location for Laravel.

Installation

composer require adlino/locations

Publish

php artisan vendor:publish --force --provider="Adlino\Locations\LocationsServiceProvider"
composer dump-autoload
php artisan locations:init

Usage

// get all provinces
$provinces = Locations::getAllProvinces(); // return approved provinces

// get all counties
$counties = Locations::getAllCounties(); // return approved counties

// get all cities
$cities = Locations::getAllCities(); // return approved cities

// get cities of province
$cities = $province->getCities();

// get counties of province
$counties = $province->getCounties();

// get area code of tehran province
$areaCode = $province->getAreaCode(); // 021

About

Iran Provinces, Counties and Cities with a Google Map Location for Laravel.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages