Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 322 Bytes

UPGRADE.md

File metadata and controls

15 lines (8 loc) · 322 Bytes

Upgrade Guide

With every upgrade, make sure to publish FailedJobs's assets and clear the view cache:

php artisan failedjobs:publish

php artisan view:clear

Minimum PHP Version

PHP 7.3 is now the minimum required version.

Minimum Laravel Version

Laravel 8.0 is now the minimum required version.