laravel-sabre icon indicating copy to clipboard operation
laravel-sabre copied to clipboard

Sabre.io DAV server adapter for Laravel

Results 4 laravel-sabre issues
Sort by recently updated
recently updated
newest added

For the moment CardDAV addressbooks are handled using the existing PDO connector `Sabre\CardDAV\Backend\PDO`. Having an example Laravel migration that creates the base tables that can easily be mapped to the...

I want to access dav server at subdomain, but it is not clear how to setup it in config I have this ``` 'domain' => 'dav', 'path' => '', ```...

When I try to download large files (50MB or greater) I get following error: ``` Allowed memory size of 134217728 bytes exhausted (tried to allocate 765055744 bytes) {"userId":14,"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 1):...

Hello, I can't authenticate the User if the Client is an Apple device (Built in Client) or an android device (DAVx App). At the Service file inside the LaravelSabre::auth function...