Skip to content

Commit

Permalink
Added flysystem driver to suggestion block, added description to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Aug 27, 2018
1 parent ae27813 commit edd88ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"suggest": {
"helios-ag/fm-tinymce-bundle": "FMTinyMCEBundle WYSIWYG Editor Bundle",
"helios-ag/fm-summernote-bundle": "FMSummernoteBundle WYSIWYG Editor Bundle",
"friendsofsymfony/ckeditor-bundle": "FOSCKEditorBundle WYSIWYG Editor Bundle"
"friendsofsymfony/ckeditor-bundle": "FOSCKEditorBundle WYSIWYG Editor Bundle",
"barryvdh/elfinder-flysystem-driver": "Flysystem driver for elfinder",
"spatie/flysystem-dropbox": "Dropbox 2 Driver for Flysystem"
},
"autoload": {
"psr-4": { "FM\\ElfinderBundle\\": "src/" }
Expand All @@ -49,7 +51,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "8.0-dev"
"dev-master": "9.0-dev"
}
}
}
14 changes: 13 additions & 1 deletion docs/flysystem.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
Flysystem example configuration
===============================

You will need library files to work with Flysystem
You will need library files to work with Flysystem:

First add flysystem elfinder driver:

```sh
composer require barryvdh/elfinder-flysystem-driver
```

Depending which driver you want to use, you need require appropriate driver, for example:

```sh
composer require league/flysystem-aws-s3-v3
```

Below example of configuring flysystem:

Expand Down

0 comments on commit edd88ba

Please sign in to comment.