sadekd/nova-opening-hours-field
最新稳定版本:v4.0.0
Composer 安装命令:
composer require sadekd/nova-opening-hours-field
包简介
Laravel Nova custom field for Spatie Opening Hours
README 文档
README
Laravel Nova custom field for Spatie Opening Hours
Index
Form
Detail
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require sadekd/nova-opening-hours-field
Usage
Laravel Migration
$table->json('opening_hours'); // can be ->nullable()
Laravel Model
protected $casts = [ 'opening_hours' => 'array', ];
Nova Resource
NovaOpeningHoursField::make(__('Opening Hours'), 'opening_hours'), // ->allowExceptions(FALSE) // TRUE by default // ->allowOverflowMidnight(TRUE) // FALSE by default // ->useTextInputs(TRUE) // FALSE by default
Known issues
- Lazy validation on time field - losing focus when live(help needed)
- Editing date in exceptions causes row jumping - key from date(help needed)
- Browser time input does not support 24:00
- Browser date input does not support recurring format
TODO
- Explode interval input => time fields
- Validation
- Localization
- Exceptions
- Tests
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 291.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 38
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-13


