View the queue, baby!
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"
},
...
TODO: publish to packagist
This only supports the database queue.
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.
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"
},
...
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.