Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muratenes/laravel-locations
Laravel Turkey states,districts and all other countries
https://github.com/muratenes/laravel-locations
laravel laravel-framework laravel-package
Last synced: about 1 month ago
JSON representation
Laravel Turkey states,districts and all other countries
- Host: GitHub
- URL: https://github.com/muratenes/laravel-locations
- Owner: muratenes
- Created: 2021-11-02T19:39:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T20:04:58.000Z (about 3 years ago)
- Last Synced: 2024-11-15T08:19:37.752Z (about 2 months ago)
- Topics: laravel, laravel-framework, laravel-package
- Language: PHP
- Homepage:
- Size: 343 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About muratenes/laravel-locations
This package contains turkey cities and districts
## How to Install ?
Run this command in your application base folder.
`composer require murat/regions`
## Usage
Some links are as follows
### List all countries
`localhost:8000/locations/countries`
### Get States by Country
`localhost:8000/locations/states/`
ex : countryId = 228
### Get Districts by State
`localhost:8000/locations/districts/`
ex : stateId = 1