LaravelPackages.net
Acme Inc.
Toggle sidebar
rrr/nova-schedule-list

A Laravel Nova tool.

1.350
1
0.0.8
About rrr/nova-schedule-list

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

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.

Comments