{"id":19891291,"url":"https://github.com/jkoop/laravel-webdav-blade","last_synced_at":"2026-05-11T01:16:50.776Z","repository":{"id":161232652,"uuid":"491738487","full_name":"jkoop/laravel-webdav-blade","owner":"jkoop","description":"Blade file (and simple controller) to emit WebDAV","archived":false,"fork":false,"pushed_at":"2022-05-13T03:01:05.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T19:35:58.879Z","etag":null,"topics":["blade","blade-template","laravel9x","webdav","webdav-server"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jkoop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-13T03:00:28.000Z","updated_at":"2023-02-06T15:52:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8429062-4b1d-4bb2-a478-7eaf0924af60","html_url":"https://github.com/jkoop/laravel-webdav-blade","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoop%2Flaravel-webdav-blade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoop%2Flaravel-webdav-blade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoop%2Flaravel-webdav-blade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkoop%2Flaravel-webdav-blade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkoop","download_url":"https://codeload.github.com/jkoop/laravel-webdav-blade/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317693,"owners_count":19943203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blade","blade-template","laravel9x","webdav","webdav-server"],"created_at":"2024-11-12T18:17:41.196Z","updated_at":"2026-05-11T01:16:50.736Z","avatar_url":"https://github.com/jkoop.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel WebDAV Blade\n\nThe WebDAV spec is a dumpster fire. Use this blade file (and example supporting files) to make your life easier.\n\nTested with Laravel v9.12.2.\n\n## Usage\n\nI tried my best to make the supporting files as self-explanatory as possible. Please feel free to read them.\n\n## Some notes\n\n+ WebDAV uses the PROPFIND method to get information about a file or folder. It is a kind of POST request (with a body), but I'm ignoring it here because I can. The request body just specifies what properties to return; we just assume they want everything.\n+ PROPFINDs must respond with a 207 Multi-Status response, or 401, 403, 404, etc.\n+ Before making a PROPFIND request, the client will make an OPTIONS request to determine if the server supports WebDAV.\n+ Headers are picky! You can't `return` from a Controller or Laravel will add headers like Cookie, etc. Instead, you must `exit()`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkoop%2Flaravel-webdav-blade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkoop%2Flaravel-webdav-blade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkoop%2Flaravel-webdav-blade/lists"}