PHPackages                             den1n/nova-queues - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. den1n/nova-queues

AbandonedArchivedLibrary[Queues &amp; Workers](/categories/queues)

den1n/nova-queues
=================

Queues resource for Laravel Nova.

v1.3.3(3y ago)1232.1k↓58.3%8[1 issues](https://github.com/den1n/nova-queues/issues)MITPHPPHP ^7.2|^8.0

Since Dec 26Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (19)Used By (0)

nova-queues
===========

[](#nova-queues)

Queue resource for Laravel Nova.

Supports only the `database` queue driver.

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

[](#installation)

Install package with Composer.

```
composer require den1n/nova-queues
```

Publish package resources.

```
php artisan vendor:publish --provider=Den1n\NovaQueues\ServiceProvider
```

This will publish the following resources:

- Configuration file `config/nova-queues.php`.
- Translations `resources/lang/vendor/nova-queues`.
- Views `resources/views/vendor/nova-queues`.

Create database queue table if it's not exists.

```
php artisan queue:table
```

Migrate database.

```
php artisan migrate
```

Add instance of class `Den1n\NovaQueues\Tool` to your `App\Providers\NovaServiceProvider::tools()` method to display the jobs within your Nova resources.

```
/**
 * Get the tools that should be listed in the Nova sidebar.
 *
 * @return array
 */
public function tools()
{
    return [
        new \Den1n\NovaQueues\Tool,
    ];
}
```

Screenshots
-----------

[](#screenshots)

### Jobs

[](#jobs)

[![Jobs](https://raw.githubusercontent.com/den1n/nova-queues/master/screens/jobs.png)](https://raw.githubusercontent.com/den1n/nova-queues/master/screens/jobs.png)

### Job Details

[](#job-details)

[![Job Details](https://raw.githubusercontent.com/den1n/nova-queues/master/screens/job-details.png)](https://raw.githubusercontent.com/den1n/nova-queues/master/screens/job-details.png)

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

[](#contributing)

1. Fork it.
2. Create your feature branch: `git checkout -b my-new-feature`.
3. Commit your changes: `git commit -am 'Add some feature'`.
4. Push to the branch: `git push origin my-new-feature`.
5. Submit a pull request.

Support
-------

[](#support)

If you require any support open an issue on this repository.

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

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 ~65 days

Total

18

Last Release

1222d ago

PHP version history (3 changes)v1.0.0PHP &gt;=7.2.0

v1.1.9PHP ^8.0

v1.2.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/072c9e57d17e8bb52f0746cf1591dbf7fb755b9f4999a75999d28c37c85b6c8e?d=identicon)[den1n](/maintainers/den1n)

---

Top Contributors

[![den1n](https://avatars.githubusercontent.com/u/25498109?v=4)](https://github.com/den1n "den1n (28 commits)")[![kaiserkiwi](https://avatars.githubusercontent.com/u/8428551?v=4)](https://github.com/kaiserkiwi "kaiserkiwi (6 commits)")[![Jamesking56](https://avatars.githubusercontent.com/u/253237?v=4)](https://github.com/Jamesking56 "Jamesking56 (1 commits)")

---

Tags

laravelqueuesnovaden1n

### Embed Badge

![Health badge](/badges/den1n-nova-queues/health.svg)

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

###  Alternatives

[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[stackkit/laravel-google-cloud-tasks-queue

Google Cloud Tasks queue driver for Laravel

84570.1k](/packages/stackkit-laravel-google-cloud-tasks-queue)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[renoki-co/horizon-exporter

Export Laravel Horizon metrics using this Prometheus exporter.

24152.7k](/packages/renoki-co-horizon-exporter)[webparking/laravel-queue-ensurer

This composer package provides a Laravel queue ensurer.

6416.1k](/packages/webparking-laravel-queue-ensurer)

PHPackages © 2026

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