ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
minimal.php
Go to the documentation of this file.
1 <?php
2 
6 include 'vendor/autoload.php';
7 
9  new Sabre\DAV\FS\Directory(__DIR__)
10 ]);
11 
16 $server->addPlugin(
17  new Sabre\DAV\Browser\Plugin()
18 );
19 
20 $server->exec();
$server
This example shows the smallest possible sabre/dav server.
Definition: minimal.php:8