zestic / flysystem2-component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flysystem2 Component

Install

composer require zestic/flysystem2-component

Set Up

Filesystem

In .env

FLYSYSTEM_NAME_ADAPTER=AwsS3V3
FLYSYSTEM_NAME_BUCKET=bucket
FLYSYSTEM_NAME_ENDPOINT=https://us-east-1.aws.com
FLYSYSTEM_NAME_KEY=
FLYSYSTEM_NAME_REGION=us-east-1
FLYSYSTEM_NAME_SECRET=
FLYSYSTEM_NAME_VISIBILITY=public

About

License:MIT License


Languages

Language:PHP 100.0%