Jose Luis A

Results 1 comments of Jose Luis A

Hello, try this: ``` 'webdav' => [ 'driver' => 'webdav', 'baseUri' => 'https://nextcloud.com/', 'userName' => 'UserXXX', 'password' => '******', 'pathPrefix' => 'remote.php/dav/files/UserXXX/', ], ``` And then write `Storage::disk('webdav')->allFiles('/')`