yarull / mex_cities
墨西哥州和城市数据库
v0.4
2018-09-25 23:03 UTC
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2024-09-13 04:23:52 UTC
README
安装
composer require yarull/mex_cities
将此行添加到您的 conf/app.php 文件中
Yarull\Mex_cities\MexCitiesServiceProvider::class 在 config/app.php
为数据创建迁移
php artisan migrate --path=/vendor/yarull/mex_cities/src/migrations
将州和城市添加到数据库
php artisan db:seed --class=Yarull\\Mex_cities\\EstadosCiudadesSeeder
URLs
/api/estados
/api/municipios
参数
"q" for name of state or cities in both urls
"estado" for filter cities by state in the second url