Skip to content

Commit

Permalink
add requirements, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent committed Oct 17, 2021
1 parent 6c9e4c2 commit a4cceee
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# Flysystem2 Component

## Install
```bash
composer require zestic/flysystem2-component
```
## Set Up

### Filesystem

In .env
```bash
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
```
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"require": {
"php": "^8.0",
"iampersistent/config-value-component": "^1.1",
"league/flysystem": "^2.0"
"league/flysystem": "^2.0",
"symfony/dotenv": "6.0.x-dev"
},
"require-dev": {
"codeception/codeception": "^4.1.6",
Expand Down

0 comments on commit a4cceee

Please sign in to comment.