Download the PHP package sxqibo/fast-area without Composer
On this page you can find all versions of the php package sxqibo/fast-area. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fast-area
fastArea 极速地区模块儿
用于thinkphp的area初始化最新的地区库,方便使用
一:安装说明
composer require sxqibo/fast-area
备注:
- 安装后会自动把database目录下的文件复制到项目对应的database目录下
- 执行php think migrate:run 生成数据表
- 执行 php think seed:run -s InitAreaSeeder 生成地区相关初始数据
二:数据来源 @vant/area-data
具体地址如下:
https://github.com/youzan/vant/blob/main/packages/vant-area-data/src/index.ts
说明:这个库是基于 @vant/area-data
这个库的,只是把数据格式化一下而已,方便我们使用。
因为这个库经常在更新,因此我们会定时更新这个库,保证数据是最新的。
三:thinkphp配置说明
-
composer.json 增加
- 增加 extend/Plugin.php 文件 可以参考 https://github.com/sxqibo/saas-system-thinkphp.git 中的 extend/Plugin.php 文件
All versions of fast-area with dependencies
PHP Build Version
Package Version
The package sxqibo/fast-area contains the following files
Loading the files please wait ....