oneduo/nova-time-field

A Laravel Nova time field
189,142 13
Install
composer require oneduo/nova-time-field
Latest Version:v2.1.0
PHP:^8.1
License:MIT
Last Updated:May 6, 2026
Links: GitHub  ·  Packagist
Maintainer: mikaelpopowicz

Laravel Nova Time field

Status License PHP Latest Version on Packagist Downloads Run tests


Table of Contents

Getting Started

Prerequisites

This package requires the following :

  • PHP 8.0 or higher
  • Laravel Nova 4.0 or higher

Installing

To get started, you will need to install the following dependencies :

composer require oneduo/nova-time-field

That's it, you're ready to go!

Usage

You may use the Time in your Nova resource :

// app/Nova/User.php

use Oneduo\NovaTimeField\Time;

class User extends Resource
{
    // ...

    public function fields(NovaRequest $request): array
    {
        return [
            // ... any other fields
            Time::make(__('time'), 'time'),
        ];
    }
}

Authors

See also the list of contributors who participated in this project.

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

Please review our security policy on how to report security vulnerabilities.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

Related Packages

timothyasp/nova-color-field

A Laravel Nova Color Picker field.

1,812,499 76
silvanite/novafieldcheckboxes

A Laravel Nova field to display a number of multi-select options using checkboxe...

891,840 67
inspheric/nova-indicator-field

A Laravel Nova indicator field.

1,019,650 128
inspheric/nova-url-field

A Laravel Nova url field.

1,334,647 102
whitecube/nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova.

3,529,596 805