Laravel Deploy Operations 7.x Help

Upgrading To 5.x from 4.x

High-Impact Changes

Updating Dependencies

PHP 8.2+ Required

Deploy Actions now requires PHP 8.2.0 or greater.

Laravel 10+ Required

Deploy Actions now requires Laravel 10.0 or greater.

Composer Dependencies

You should update the following dependencies in your application's composer.json file:

{ "require": { "dragon-code/laravel-actions": "^5.0" } }

Then you need to update the dependencies:

composer update
Last modified: 02 April 2025