rrr/nova-schedule-list is a Laravel package for a laravel nova tool..
It currently has 1 GitHub stars and 1.350 downloads on Packagist (latest version 0.0.8).
Install it with composer require rrr/nova-schedule-list.
Discover more Laravel packages by rrr
or browse all Laravel packages to compare alternatives.
Last updated
This Nova tool lets you list your previous and next scheduled tasks
You can install the nova tool in to a Laravel app that uses Nova via composer:
composer require rrr/nova-schedule-list
Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvder.php
// ...
public function tools()
{
return [
// ...
new \i8086\ScheduleList\ScheduleList,
];
}
Click on the "Schedule List" menu item in your Nova app to see the shcdule list tool.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.