New
v4.0.0
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
- Add retry UI actions #123 by @Michel-Verhoeven
- Add UI middleware
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