quantumh/laravel-regions
最新稳定版本:v2.0.4
Composer 安装命令:
composer require quantumh/laravel-regions
包简介
Add regions and regionable behaviour to your Laravel app
README 文档
README
Credits
- [Carlos Rodriguez]
- [David Vazquez]
Installation
You can install the package via composer:
composer require quamtumh/laravel-regions
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="Quantumh\Regions\RegionsServiceProvide" --tag="tags-migrations"
After the migration has been published you can create the regions and regionables tables by running the migrations:
php artisan migrate
You can optionally publish the config file with:
php artisan vendor:publish --provider="Quantumh\Regions\RegionsServiceProvide" --tag="tags-config"
License
The MIT License (MIT). Please see License File for more information
统计信息
- 总下载量: 79.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-31