udokmeci/yii2-tech-filestorage-minio

为 yii2tech / file-storage 添加 Minio 存储

1.0.4 2021-04-16 08:22 UTC

This package is auto-updated.

Last update: 2024-09-16 16:04:34 UTC


README

为 yii2tech / file-storage 添加 Minio 存储

安装

安装此扩展的首选方式是通过 composer

运行

php composer.phar require --prefer-dist udokmeci/yii2-tech-filestorage-minio "*"

或将以下内容添加到您的 composer.json 文件的 require 部分中:

"udokmeci/yii2-tech-filestorage-minio": "*"

to the require section of your composer.json file.

使用方法

扩展安装完成后,只需在代码中通过

<?= \udokmeci\yii2techfilestorage\AutoloadExample::widget(); ?>```