corecmf/storage

corecmf storage 包支持阿里云、腾讯云、七牛云、又拍云的对象云存储

v1.3.5 2018-02-22 03:29 UTC

This package is not auto-updated.

Last update: 2024-09-29 02:34:12 UTC


README

结构

src/

安装

通过Composer

$ composer require corecmf/storage

用法

安装完成后需要在config/app.php中注册服务提供者到providers数组:

CoreCMF\Storage\StorageServiceProvider::class,

##install

php artisan corecmf:storage:install