rrr/nova-schedule-list

A Laravel Nova tool.

Downloads

902

Stars

1

Version

0.0.8

A Laravel Nova tool to list your previous and future schedules

Latest Version on Packagist CircleCI branch StyleCI Total Downloads

This Nova tool lets you list your previous and next scheduled tasks

Installation

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,
    ];
}

Usage

Click on the "Schedule List" menu item in your Nova app to see the shcdule list tool.

Testing

composer test

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.

RicardoRamirezR

Author

RicardoRamirezR