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-12-19 03:04:42 |
Package Statistics | |
---|---|
Total Downloads: | 756 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Via Composer
$ composer require grambas/queue-view dev-master
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