wenman2.1 使用webman-tech/laravel-filesystem 3.1 插件
use WebmanTech\LaravelFilesystem\Facades\Storage
$res = Storage::disk('qiniu')->put('/test', file_get_contents($file));
PHP Fatal error: Declaration of WebmanTech\LaravelFilesystem\FilesystemManager::createLocalDriver(array $config) must be compatible with Illuminate\Filesystem\FilesystemManager::createLocalDriver(array $config, string $name = 'local')
"php": ">=8.1",
"workerman/webman-framework": "^2.1",
"webman-tech/laravel-filesystem": "^3.1"