Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 880 Bytes

UPGRADE.md

File metadata and controls

23 lines (12 loc) · 880 Bytes

Upgrade Guide

Upgrading To 3.0 From 2.x

New Package Name

The package has moved to the Laravel organisation and should now be referenced as laravel/forge-sdk in your composer.json.

Namespace Changes

The starting namespace for the package has changed from ThemSaid\\ to Laravel\\.

Minimum PHP Version

PHP 7.2 is the new minimum version.

Method Changes

The upgradePHP method has been replaced by the installPHP and updatePHP methods.

The "Managing MySQL" specific functionality has been removed in favor of the new and general "Managing Databases" functionality.

The SSHKey method has been changed to sshKey.