Download the PHP package parfumix/nova-scheduled-jobs without Composer
On this page you can find all versions of the php package parfumix/nova-scheduled-jobs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download parfumix/nova-scheduled-jobs
More information about parfumix/nova-scheduled-jobs
Files in parfumix/nova-scheduled-jobs
Package nova-scheduled-jobs
Short Description A Laravel Nova card to view your scheduled jobs.
License MIT
Homepage https://github.com/llaski/nova-scheduled-jobs
Informations about the package nova-scheduled-jobs
Nova Scheduled Jobs
Includes both a tool and card to display your scheduled commands and jobs
Installation
You can install the package in to a Laravel app that uses Nova via composer:
To setup the tool, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
To setup the card, you must register the card with Nova. This is typically done in the cards
method of the NovaServiceProvider
.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Larry Laski
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-scheduled-jobs with dependencies
dragonmantank/cron-expression Version ^2.2
laravel/nova Version ^1.0|^2.0
illuminate/console Version ^5.6|^6.0