Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 397 Bytes

UPGRADE.md

File metadata and controls

25 lines (16 loc) · 397 Bytes

Upgrade Guide

Always ensure you run the following commands when upgrading.

php artisan vendor:publish --tag=deploy-assets --force
php artisan migrate
php artisan queue:restart

Upgrading To 4.0 From 3.x

Minimum PHP Version

PHP 8.1 is now the minimum required version.

Minimum Laravel Version

Laravel 10 is now the minimum required version.