{"id":15164358,"url":"https://github.com/nextgen-tech/laravel-nextcloud-driver","last_synced_at":"2025-09-30T19:30:38.492Z","repository":{"id":57026072,"uuid":"416312564","full_name":"nextgen-tech/laravel-nextcloud-driver","owner":"nextgen-tech","description":"Laravel Filesystem Driver for NextCloud","archived":false,"fork":true,"pushed_at":"2021-10-15T13:13:58.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-18T03:47:19.452Z","etag":null,"topics":["cloud","filesystem","flysystem","laravel","nextcloud","storage"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jedlikowski/laravel-nextcloud","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextgen-tech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-12T11:41:06.000Z","updated_at":"2021-10-15T13:16:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nextgen-tech/laravel-nextcloud-driver","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/nextgen-tech%2Flaravel-nextcloud-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Flaravel-nextcloud-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Flaravel-nextcloud-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Flaravel-nextcloud-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextgen-tech","download_url":"https://codeload.github.com/nextgen-tech/laravel-nextcloud-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234767159,"owners_count":18883391,"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":["cloud","filesystem","flysystem","laravel","nextcloud","storage"],"created_at":"2024-09-27T03:04:36.116Z","updated_at":"2025-09-30T19:30:33.232Z","avatar_url":"https://github.com/nextgen-tech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Nextcloud Filesystem Driver\n\nBased on [pbmedia/laravel-webdav](https://github.com/pascalbaljetmedia/laravel-webdav), fork of [jedlikowski/laravel-nextcloud](https://github.com/jedlikowski/laravel-nextcloud).\n\n## Installation\n\n```bash\ncomposer require nextgen-tech/laravel-nextcloud-driver\n```\n\n## Usage\n\nCreate a Nextcloud filesystem disk:\n\n```php\n// config/filesystems.php\n\n'disks' =\u003e [\n    ...\n    'nextcloud' =\u003e [\n        'driver'   =\u003e 'nextcloud',\n        'url'      =\u003e env('NEXTCLOUD_URL', ''),\n        'user'     =\u003e env('NEXTCLOUD_USER', ''),\n        'password' =\u003e env('NEXTCLOUD_PASSWORD'),\n        'proxy'    =\u003e env('NEXTCLOUD_PROXY'),\n        'encoding' =\u003e env('NEXTCLOUD_ENCODING'),\n    ],\n    ...\n];\n```\n\nAdd variables to .env file:\n\n```\nNEXTCLOUD_URL=\nNEXTCLOUD_USER=\nNEXTCLOUD_PASSWORD=\nNEXTCLOUD_PROXY=\nNEXTCLOUD_ENCODING=\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextgen-tech%2Flaravel-nextcloud-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextgen-tech%2Flaravel-nextcloud-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextgen-tech%2Flaravel-nextcloud-driver/lists"}