Download Latest Version v5.0.0 source code.zip (509.1 kB)
Email in envelope

Get an email when there's a new version of Laravel Queue Monitor

Home / 4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-05-12 844 Bytes
v4.0.0 source code.tar.gz 2023-05-12 474.5 kB
v4.0.0 source code.zip 2023-05-12 505.6 kB
Totals: 3 Items   981.0 kB 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
Source: README.md, updated 2023-05-12