Skip to content

Added support for both flysystem v1 and v3 in file-based cache drivers

Compare
Choose a tag to compare
@swayok swayok released this 20 Jul 17:13
· 25 commits to master since this release

Added support for file cache adapter in Laravel 9 (flysystem v3);
Service provider decides which flysystem classes to use based on installed version of flysystem.
I've tested on Laravel 8 (v1) and Laravel 9 (v3) and it seems to be working fine.