cloudstudio / time-tracker
A Laravel Nova field.
Installs: 90
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-12-12 10:02:02 UTC
README
Time Tracker Field for Laravel Nova
TimeTracker Field Preview
IMPORTANT
I create this for a personal project, be free to fork it, and customize :)
I modify some css ( responsive ), so use https://packagist.org/packages/gregoriohc/laravel-nova-theme-responsive
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require cloudstudio/time-tracker
Next up, you must register the field with Nova. This is typically done in the resource file.
use Cloudstudio\TimeTracker\TimeTracker; TimeTracker::make('Hours', 'seconds', function () { return gmdate("H:i:s", $this->seconds); })->sortable(),
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.