PHPackages                             tonysong/dashq - 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. tonysong/dashq

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

tonysong/dashq
==============

A Dashboard for Laravel Queue with database driver

v1.0.4(7y ago)58391[1 issues](https://github.com/tonywei92/laraveldashq/issues)MITHTML

Since Oct 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tonywei92/laraveldashq)[ Packagist](https://packagist.org/packages/tonysong/dashq)[ Docs](https://tonywei92.github.io/laraveldashq)[ RSS](/packages/tonysong-dashq/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

Laravel DashQ
=============

[](#laravel-dashq)

[![alt text](https://raw.githubusercontent.com/tonywei92/laraveldashq/master/resources/assets/logo.png)](https://raw.githubusercontent.com/tonywei92/laraveldashq/master/resources/assets/logo.png)

Inspired by Laravel Horizon, a Queue Dashboard to monitor Queue Jobs with following features:

- Work with Queue with 'database' driver.
- Retry one or more Jobs.
- Delete one or more Jobs.
- Emptying Jobs Table.
- Emptying Failed Jobs Table.
- Search any queues, payloads and exceptions.
- Responsive design, enjoy the view at any screen sizes.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a Laravel framework.

### Prerequisites

[](#prerequisites)

Make sure you have choose 'database' driver for Queue in `config/queue.php` and already have 'failed\_jobs' and 'jobs' table.

Require this package:

```
$ composer require tonysong/dashq

```

### Installing

[](#installing)

A step by step

Publish resources files (css and js)

```
$ php artisan vendor:publish --tag=dashq.assets
$ php artisan vendor:publish --tag=dashq.config

```

Navigate to `yourweb.com/dashq` at browser, and you're ready to go.

### Configuration

[](#configuration)

The configuration file placed in `config/dashq.php`

##### middleware

[](#middleware)

Add DashQ route middleware, such as Login and various checks.

##### uri

[](#uri)

Set route path to DashQ, default is `dashq` (`youweb.com/dashq`)

##### db

[](#db)

Set database connection which DashQ should connect to database that have `jobs` and `failed_jobs` table.

Development
-----------

[](#development)

Setup SCSS development.

### SCSS Compilation

[](#scss-compilation)

- Navigate to `resource/assets`, and run:

```
$ npm install

```

- install Gulp Globally

```
$ npm install gulp-cli -g

```

To start compiling watch for changes run:

```
$ gulp scss:watch -g

```

To minify SCSS file (production):

```
$ gulp scss:prod

```

CSS output will be at `/resources/assets/app.css` which is already attached to "mock" html files.

### Javascript

[](#javascript)

LaravelDashQ using plain Javascript, the JS file located at `/resources/assets/app.js`.

### Testing view

[](#testing-view)

Three files already provided to mock real rendered by Laravel Blade template, `home.html`, `jobs.html`, `failedjobs.html`, these files are located in `/resources/assets`

### Assets file deployment:

[](#assets-file-deployment)

To deploy `app.js` and `app.css`, run following command:

```
$ php artisan vendor:publish --tag=dashq.assets --force

```

Author
------

[](#author)

- **Tony Song** - *Initial work* -

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

Acknowledgments
---------------

[](#acknowledgments)

- Hat tip to Taylor Otwell, the creator of Laravel
- PostCSS, Gulp, etc.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

8

Last Release

2775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d771150253d5a3cf416be60a67209abf59f62f22a9cf7739b8f15844d0ce5739?d=identicon)[tonywei92](/maintainers/tonywei92)

---

Top Contributors

[![tonywei92](https://avatars.githubusercontent.com/u/20355806?v=4)](https://github.com/tonywei92 "tonywei92 (34 commits)")

---

Tags

laravelDashQ

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tonysong-dashq/health.svg)

```
[![Health](https://phpackages.com/badges/tonysong-dashq/health.svg)](https://phpackages.com/packages/tonysong-dashq)
```

###  Alternatives

[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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