husam-tariq / filament-timepicker
Filament 3.x 时间选择器
v3.0.1
2024-05-23 20:31 UTC
Requires
- php: ^8.1
- filament/filament: ^3.0.5
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
README
安装
您可以通过composer安装此包
composer require husam-tariq/filament-timepicker
可选地,您可以使用以下命令发布视图
php artisan vendor:publish --tag="filament-timepicker-views"
用法
use HusamTariq\FilamentTimePicker\Forms\Components\TimePickerField; TimePickerField::make('from_hour')->label('time')->okLabel("Confirm")->cancelLabel("Cancel"),
测试
composer test
变更日志
请参阅 CHANGELOG 以获取有关最近更改的更多信息。
贡献
请参阅 CONTRIBUTING 以获取详细信息。
安全漏洞
请查看 我们的安全策略 了解如何报告安全漏洞。
致谢
许可协议
MIT许可协议(MIT)。请参阅 许可文件 以获取更多信息。