superdupercybertechno/crawford 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

superdupercybertechno/crawford

Composer 安装命令:

composer require superdupercybertechno/crawford

包简介

Adds the Scaleway Object Storage as a file system driver for Laravel

README 文档

README

AKA Scaleway Object Storage File System Driver for Laravel

A simple extension that adds the Scaleway Object Storage as a file system extension to Laravel.

Just install via Composer:

composer require superdupercybertechno/crawford

... add the driver to app/filesystems.php...:

'scaleway' => [
    'driver' => 'scaleway',
    'key' => env('SCALEWAY_OBJECT_STORAGE_KEY'),
    'secret' => env('SCALEWAY_OBJECT_STORAGE_SECRET'),
    'region' => env('SCALEWAY_OBJECT_STORAGE_REGION'),
    'bucket' => env('SCALEWAY_OBJECT_STORAGE_BUCKET'),
],

... and finally add the credentials to .env:

SCALEWAY_OBJECT_STORAGE_KEY=[your key]
SCALEWAY_OBJECT_STORAGE_SECRET=[your secret]
SCALEWAY_OBJECT_STORAGE_REGION=[your region]
SCALEWAY_OBJECT_STORAGE_BUCKET=[your bucket name]

At this point you should be good to go!

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-10-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固