PHPackages                             llaski/nova-scheduled-jobs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. llaski/nova-scheduled-jobs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

llaski/nova-scheduled-jobs
==========================

A Laravel Nova package to view your scheduled jobs.

6.1.3(2y ago)55421.4k↓14%23[12 PRs](https://github.com/llaski/nova-scheduled-jobs/pulls)MITPHPPHP ^8.0

Since Aug 25Pushed 2y ago4 watchersCompare

[ Source](https://github.com/llaski/nova-scheduled-jobs)[ Packagist](https://packagist.org/packages/llaski/nova-scheduled-jobs)[ RSS](/packages/llaski-nova-scheduled-jobs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (41)Used By (0)

Nova Scheduled Jobs
===================

[](#nova-scheduled-jobs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dd4cc9174f315b3869a372e3b2bdaeb46a3eb03b09f0a60cf0fa11f03f1fd93d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6c61736b692f6e6f76612d7363686564756c65642d6a6f62732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/llaski/nova-scheduled-jobs)[![Test Suite](https://github.com/llaski/nova-scheduled-jobs/actions/workflows/tests.yml/badge.svg)](https://github.com/llaski/nova-scheduled-jobs/actions/workflows/tests.yml/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/5b03f35bf9caf4f141fd791954ea7f2d0bf6185f31991f57c422630b4e4b8edd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6c61736b692f6e6f76612d7363686564756c65642d6a6f62732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/llaski/nova-scheduled-jobs)

Includes both a tool and card to display your scheduled commands and jobs
-------------------------------------------------------------------------

[](#includes-both-a-tool-and-card-to-display-your-scheduled-commands-and-jobs)

### Tool

[](#tool)

Please note that for the tool there are a large number of columns and depending on the type of scheduled jobs you have you may need to scroll horizontally to see all columns as well as view the actions available which include being able to dispatch certain jobs.

[![Nova Scheduled Jobs Tool Screenshot](https://raw.githubusercontent.com/llaski/nova-scheduled-jobs/master/screenshots/Tool.png)](https://raw.githubusercontent.com/llaski/nova-scheduled-jobs/master/screenshots/Tool.png)

### Card

[](#card)

[![Nova Scheduled Jobs Card Screenshot](https://raw.githubusercontent.com/llaski/nova-scheduled-jobs/master/screenshots/Card.png)](https://raw.githubusercontent.com/llaski/nova-scheduled-jobs/master/screenshots/Card.png)

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require llaski/nova-scheduled-jobs
```

To setup the tool, you must register the tool with Nova. This is typically done in the `tools`method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php
