github romanzipp/Laravel-Queue-Monitor 4.0.0
v4.0.0

latest releases: 5.4.3, 5.4.2, 5.4.1...
2 years ago

Previous upgrade guides

Version 3.0 introduced many database related changes. Make sure to follow this upgrade guide before if you come from version 2.

Upgrading to 4.0 from 3.0

Changes

Database

Version 4.0 adds the ability to retry jobs. For this two new columns job_uuid and retried are introduced.

php artisan vendor:publish --provider="romanzipp\QueueMonitor\Providers\QueueMonitorProvider" --tag=migrations-upgrade
php artisan migrate

Don't miss a new Laravel-Queue-Monitor release

NewReleases is sending notifications on new releases.