Download the PHP package atlas-wong/laravel-job-status-viewer without Composer
On this page you can find all versions of the php package atlas-wong/laravel-job-status-viewer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atlas-wong/laravel-job-status-viewer
More information about atlas-wong/laravel-job-status-viewer
Files in atlas-wong/laravel-job-status-viewer
Package laravel-job-status-viewer
Short Description A Laravel Job Status reader
License MIT
Informations about the package laravel-job-status-viewer
Laravel 5 Job Status Viewer
TL;DR
Job Status Viewer for Laravel 5 (compatible with 4.2 too) and Lumen. Install with composer, create a route to JobStatusViewerController
. No public assets, no vendor routes, works with and/or without log rotate.
Depend on ImTigger's laravel-job-status package (https://github.com/imTigger/laravel-job-status)
What ?
Job status viewer for laravel.
Install (Laravel)
Install via composer
Add Service Provider to config/app.php
in providers
section
Add a route in your web routes file:
Go to http://myapp/job-status-viewer
or some other route
Optionally publish laravel-job-status-viewer.php
into /config
for config customization:
Optionally publish status.blade.php
into /resources/views/vendor/laravel-job-status-viewer/
for view customization:
Install (Lumen)
Install via composer
Add the following in bootstrap/app.php
:
Explicitly set the namespace in app/Http/routes.php
:
Troubleshooting
All versions of laravel-job-status-viewer with dependencies
illuminate/support Version 4.2.*|5.*
imtigger/laravel-job-status Version ^0.1.13