[ 'label' => 'Access DAV Service', 'description' => 'Allow access to the WebDAV / CalDAV / CardDAV service', 'group' => 'DAV Service', ], ]; } public function boot(): void { // Load sabre/dav and its dependencies from the module-local vendor directory. $vendorAutoload = __DIR__ . '/vendor/autoload.php'; if (file_exists($vendorAutoload)) { require_once $vendorAutoload; } } }