Skip to content

v4.0.0

Compare
Choose a tag to compare
@romanzipp romanzipp released this 12 May 17:18
· 79 commits to master since this release

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