mimosu/nova-split-date-input
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mimosu/nova-split-date-input
包简介
A Laravel Nova field.
README 文档
README
Installation
composer require mimosu/nova-split-date-input
Usage
use Mimosu\NovaSplitDateInput\SplitDate; //... public function fields(NovaRequest $request): array { return [ SplitDate::make(__('Date of birth'), 'date_of_birth') ->delimiters(__('Year'), __('Month'), __('Day')) ->limitYears(1900, 2024) ->rules('required', 'date'), ]; }
Screenshots
License
The MIT License (MIT).
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-27

