devloops / time-picker
A Laravel Nova field.
Installs: 370
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/devloops/time-picker
Requires
- php: ^7.3|^8.0
This package is not auto-updated.
Last update: 2025-10-13 11:56:38 UTC
README
The Missing Laravel Nova Time Picker Field.
NOTE: This field uses vue3-timepicker for frontend.
Installation
composer require devloops/time-picker
Implementation
You can easily add the field using the code below:
use Devloops\TimePicker\TimePicker; TimePicker::make('Time')
Options
This fields supports all the props from the vue3-timepicker mentioned already in the documentation, and they are implemented using the following methods.
Credits
License
The MIT License (MIT). Please see License File for more information.