Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailDev committed May 11, 2016
1 parent bfb35ff commit 11292a6
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ php composer.phar require --prefer-dist mihaildev/yii2-elfinder "*"
'name' => 'Global'
],
[
'class' => 'mihaildev\elfinder\UserPath',
'class' => 'mihaildev\elfinder\volume\UserPath',
'path' => 'files/user_{id}',
'name' => 'My Documents'
],
Expand Down Expand Up @@ -87,6 +87,26 @@ php composer.phar require --prefer-dist mihaildev/yii2-elfinder "*"
],
```

На данный момент реализованно использование только LocalFileSystem хранилища (mihaildev\elfinder\volume\Local и mihaildev\elfinder\volume\UserPath)
для использования остальных вам прийдётся всё настраивать через mihaildev\elfinder\volume\Base
также добавленно расширение https://github.com/MihailDev/yii2-elfinder-flysystem/ это дополнение позволяет интегрировать Flysystem хранилища такие как
Local
Azure
AWS S3 V2
AWS S3 V3
Copy.com
Dropbox
FTP
GridFS
Memory
Null / Test
Rackspace
ReplicateAdapter
SFTP
WebDAV
PHPCR
ZipArchive

## Использование

```php
Expand Down Expand Up @@ -211,3 +231,17 @@ mihaildev\elfinder\Assets::noConflict($this);
## Полезные ссылки

ElFinder Wiki - https://github.com/Studio-42/elFinder/wiki

Flysystem

https://github.com/MihailDev/yii2-elfinder-flysystem/

https://github.com/barryvdh/elfinder-flysystem-driver

https://github.com/creocoder/yii2-flysystem

http://flysystem.thephpleague.com/




0 comments on commit 11292a6

Please sign in to comment.