PHPackages                             nikhilbaby/nova-scheduled - 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. [Admin Panels](/categories/admin)
4. /
5. nikhilbaby/nova-scheduled

ActiveLibrary[Admin Panels](/categories/admin)

nikhilbaby/nova-scheduled
=========================

A Laravel Nova card to view your scheduled jobs.

v2.0(6y ago)078MITPHPPHP &gt;=7.1.0CI failing

Since Jul 25Pushed 6y agoCompare

[ Source](https://github.com/nikhilbaby2000/nova-scheduled)[ Packagist](https://packagist.org/packages/nikhilbaby/nova-scheduled)[ Docs](https://github.com/nikhilbaby2000/nova-scheduled)[ RSS](/packages/nikhilbaby-nova-scheduled/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (7)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)[![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)

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

[![Nova Scheduled Jobs Card Screenshot](https://raw.githubusercontent.com/llaski/screenshots/master/nova-scheduled-jobs-card.png)](https://raw.githubusercontent.com/llaski/screenshots/master/nova-scheduled-jobs-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 nikhilbaby/nova-scheduled
```

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

// ...

public function tools()
{
    return [
        // ...
        new \Nick\NovaScheduledJobs\NovaScheduledJobsTool,
    ];
}
```

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

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

// ...

public function cards()
{
    return [
        // ...
        new \Nick\NovaScheduledJobs\NovaScheduledJobsCard,
    ];
}
```

### Testing

[](#testing)

```
phpunit
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Larry Laski](https://github.com/llaski)
- [Nikhil Baby](https://github.com/nikhilbaby2000)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

2483d ago

Major Versions

v1.3.0 → v2.02019-07-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f52b7d7861ff8907a81d2c4f5d42a8d4fd2105527b71ecc8851c93b0140311c?d=identicon)[nikhilbaby2000](/maintainers/nikhilbaby2000)

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nikhilbaby-nova-scheduled/health.svg)

```
[![Health](https://phpackages.com/badges/nikhilbaby-nova-scheduled/health.svg)](https://phpackages.com/packages/nikhilbaby-nova-scheduled)
```

###  Alternatives

[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
