yarull / mex_cities
Mexico states and cities database
Installs: 215
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:TSQL
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2025-07-13 06:11:05 UTC
README
Installation
composer require yarull/mex_cities
Add this line to your conf/app.php file
Yarull\Mex_cities\MexCitiesServiceProvider::class in config/app.php
Create migrations for data
php artisan migrate --path=/vendor/yarull/mex_cities/src/migrations
Add States and Cities to database
php artisan db:seed --class=Yarull\\Mex_cities\\EstadosCiudadesSeeder
URLs
/api/estados
/api/municipios
Parameters
"q" for name of state or cities in both urls
"estado" for filter cities by state in the second url