grambas/queue-view

View and minimal manage for Laravel database queues
756
Install
composer require grambas/queue-view
License:MIT
Last Updated:Jun 18, 2016
Links: GitHub  ·  Packagist
Maintainer: grambas

Laravel 5's Queue Manager

Install

Via Composer

$ composer require grambas/queue-view dev-master

Usage

1- Install

2- Add ServiceProvider to config/app.php

'providers' => [
  Grambas\QueueView\QueueViewServiceProvider::class,
]

3- Run :

composer dump-autoload
php artisan vendor:publish --force

4- Config published config file, set route and navigate there

Related Packages

spatie/laravel-failed-job-monitor

Get notified when a queued job fails

2,978,384 1,052
maqe/laravel-sqs-fifo

Laravel package that enables support for SQS FIFO Queue

140,980 15
ytake/laravel-couchbase

Couchbase providers for Laravel

52,492 30
bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2,684,282 281
faulker/laravel5-rackspace-cloudqueue

Rackspace CloudQueue driver for Laravel 5 Queue

13,992 0