grambas / queue-view by grambas

View and minimal manage for Laravel database queues
756
0
1
Package Data
Maintainer Username: grambas
Maintainer Contact: emai@mindaugasmilius.eu (Mindaugas)
Package Create Date: 2016-06-18
Package Last Update: 2016-06-18
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 15:01:04
Package Statistics
Total Downloads: 756
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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