vaened/laravel-structer
最新稳定版本:v0.7
Composer 安装命令:
composer require vaened/laravel-structer
包简介
Helpers for typical structures in a development
关键字:
README 文档
README
Helpers for typical structures in a development
class PersonStruct extends Structurable { #[Property(column: 'id')] protected int $ID; #[Property(column: 'first_name')] protected string $firstName; #[Property(column: 'last_name')] protected string $lastName; #[Property(column: 'phone_number')] protected ?string $phoneNumber; #[Property(column: 'country_id', references: 'countries')] protected ?string $countryID; #[Property(column: 'sex')] protected ?Sex $sex; #[Property(column: 'birth_date')] protected ?Carbon $birthDate; #[Property] protected Document $document; }
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-18