I'm trying to integrate SabreDav with Laravel 9 on my Ubuntu 20 server with Apache2. I've followed the documentation on SabreDav's website and tried to install it using Composer, but I'm having trouble getting it to work. I follwed this for SabreDav https://sabre.io/dav/
Here's what I've done so far:
- Installed SabreDav using Composer (composer require sabre/dav)
- Followed get stared for testing but couldnt do the stuff as i am new to laravel and the code was is pure php.
- Created a server.blade.php
- set route in route/web.php
- even tried to make a controller for this.
Can anyone suggest what I might be doing wrong or what steps I'm missing? Any help would be greatly appreciated.