rrr / nova-schedule-list
A Laravel Nova tool.
Installs: 1 073
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.3
- illuminate/support: ^7.0|^8.0
- laravel/nova: *
- rrr/schedule-list: ~0.0.7
Requires (Dev)
- phpunit/phpunit: 9.0
README
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.