# php-seecms-region **Repository Path**: magein/php-seecms-region ## Basic Information - **Project Name**: php-seecms-region - **Description**: php-seecms地区扩展 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-22 - **Last Updated**: 2025-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Seecms , Picture ## 说明 > seecms地区扩展(中国) 中国行政区域,包含港澳台 ### 安装 ```shell composer require magein/seecms-region ``` ### 配置 配置文件中添加 ```php [ // .....省略其他配置 'extension'=>[ // .....省略其他配置 \seecms\region\RegionModule::class ] ] ```