brokeyourbike/country-casts-laravel
Composer 安装命令:
composer require brokeyourbike/country-casts-laravel
包简介
Cast Laravel country code attributes from ISO3 to ISO2
README 文档
README
Cast country code attributes from ISO3 to ISO2
Installation
composer require brokeyourbike/country-casts-laravel
Usage
use Illuminate\Database\Eloquent\Model; use BrokeYourBike\CountryCasts\Alpha2Cast; class Order extends Model { protected $casts = [ 'country_code' => 'string', 'country_code_alpha2' => Alpha2Cast::class . ':country_code', ]; }
Authors
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk
License
统计信息
- 总下载量: 1.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2021-12-21