library queue-view
View and minimal manage for Laravel database queues
grambas/queue-view
View and minimal manage for Laravel database queues
- Saturday, June 18, 2016
- by grambas
- Repository
- 1 Watchers
- 0 Stars
- 743 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 1 % Grown
Laravel 5's Queue Manager
Install
Via Composer, (*1)
``` bash
$ composer require grambas/queue-view dev-master, (*2)
## Usage
1- Install
2- Add ServiceProvider to config/app.php
```config/app.php
'providers' => [
Grambas\QueueView\QueueViewServiceProvider::class,
]
3- Run :, (*3)
composer dump-autoload
php artisan vendor:publish --force
4- Config published config file, set route and navigate there, (*4)