Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
T

Time Tracker Field

This package is possibly abandoned. Please proceed with care.

Readme

Nova TimeTracker Field

Total Downloads

Time Tracker Field for Laravel Nova

TimeTracker Field Preview

Resource Generator Tool

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.

Screenshots

Reviews

By Eugene van der Merwe on March 1, 2020

I liked this package a year ago because I thought it had a lot of potential. However, a year later and it's abandoned. I get that the author made it for a personal project, and that we should "fork" to make it better. But just small things, like disabling the image, would have been a nice touch. Something that had quite a bit of potential is now lost.

Back to Top
Added 7 years ago

This package is listed on the Packagist API, but has no stable tags.

Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.

Favorites

5 users favorited

Rating

4.30
(out of 5)
★★★★★
★★★★
★★★
★★
4 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas