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 2w 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 66% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

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

2822d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20355806?v=4)[Tony Song](/maintainers/tonywei92)[@tonywei92](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M341](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M179](/packages/laravel-ai)[harris21/laravel-fuse

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

44855.7k](/packages/harris21-laravel-fuse)[moonshine/moonshine

Laravel administration panel

1.3k253.1k78](/packages/moonshine-moonshine)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1963.4k](/packages/ublabs-blade-simple-icons)

PHPackages © 2026

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