Initial commit. Working login, example UI with prototype and demo, connections to DB and DAV, local and prod setups.

This commit is contained in:
2025-10-12 22:13:19 +01:00
commit 708b741a32
138 changed files with 7797 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "example/sabredav-server",
"description": "CardDAV and CalDAV server using SabreDAV",
"type": "project",
"require": {
"php": "^8.2",
"sabre/dav": "^4.6"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}