Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 452 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 452 Bytes

region

省市区联动数据

安装

composer require aopao/region

在 app.php 中加入服务提供者

/*
 * Package Service Providers...
 */
Aopao\Region\RegionServiceProvider::class,

生成 migration 文件

php artisan vendor:publish --provider="Aopao\Region\RegionServiceProvider"

2018_01_01_000000_create_regions_table.php 可以根据自身需求与结构修改表名或字段名

执行迁移

php artisan migrate