Skip to content

zrisha/flysystem-webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flysystem WebDAV
=================

For setup instructions see the Flysystem README.txt.

## CONFIGURATION ##

Example configuration:


'webdav' => [
  'driver' => 'webdav',
  'config' => [
    'base_uri' => 'http://my-webdav-repo.com',
    'user_name' => 'username',
    'password' => 'password,
    'prefix' => 'webdav/index.php',
    'path' => 'documents'
  ],
  'cache' => TRUE,
]

About

Drupal adapter plugin for webdav

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages