ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
minimal.php
Go to the documentation of this file.
1<?php
2
6include '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();
An exception for terminatinating execution or to throw for unit testing.
Main DAV server class.
Definition: Server.php:23
$server
This example shows the smallest possible sabre/dav server.
Definition: minimal.php:8