Skip to content

See the jobs on the Laravel database queue and run some whitelisted commands

License

Notifications You must be signed in to change notification settings

enginedigital/queue-ui

Repository files navigation

Simple Queue View

View the queue, baby!

example photo

Installation

You can install the package via composer using the "VCS" link:

...
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/enginedigital/queue-ui"
    }
],
"require": {
    "enginedigital/queue-ui": "~1.0.0"
},
...
Composer Install

TODO: publish to packagist

Queue Support

This only supports the database queue.

Usage

php artisan vendor:publish --tag=queue-ui-config

You can list commands in the config that will populate the dropdown in the UI. If you have arguments, you can pass them as an array. See the default config file for examples.

Note: if there are arguments defined, they are marked as required fields in the UI.

Testing

composer run test

If you want to try using the package via the cloned repo:

...
"repositories": [
    {
        "type": "path",
        "url": "../path/to/queue-ui",
        "options": {
            "symlink": true
        }
    }
],
"minimum-stability": "dev",
"require": {
    "enginedigital/queue-ui": "dev-master"
},
...

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

About

See the jobs on the Laravel database queue and run some whitelisted commands

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published