Skip to content

2.0.0

Compare
Choose a tag to compare
@jelleroorda jelleroorda released this 27 Apr 15:29
· 1 commit to master since this release

To add support for Laravel 9 some changes were made in the underlying dependencies. You can still keep using v1.x if you're using Laravel 6, 7 or 8.

Removed

  • The graham-campbell/flysystem was dropped, since there was no support for Laravel 9 as of writing.

Added

  • Instead the league/flysystem dependency for version 3 has been added. This is also the version being used by Laravel 9.

Changed

  • Required Laravel 9.
  • Updated the minimum PHP version to 8.0, which is the same a Laravel 9.

Upgrading

Upgrading from 1.x to 2.x does not require you to make any specific changes when using the built-in drivers. The only requirement is to use Laravel 9. If you have made any custom drivers, you have to do tiny change to adhere to the new interface. This change was necessary because if the flysystem upgrade.