yii2tech /文件存储Minio存储 将Minio Storage添加到yii2tech /文件存储 安装 安装此扩展的首选方法是通过 。 无论运行 php composer.phar require --prefer-dist udokmeci/yii2-tech-filestorage-minio "*" 或添加 "udokmeci/yii2-tech-filestorage-minio": "*" 到composer.json文件的require部分。 用法 安装扩展程序后,只需通过以下方式在您的代码中使用它: <?= \udokmeci\yii2techfilestorage\ AutoloadExample :: widget (); ?> ```