Is it possible to give users the ability to remotely edit documents that are stored in the cloud storage of my web application? I know that with the webdav, you can remotely open and edit ms-office documents on the local machine and save files back to the cloud storage. I want to add this feature on my laravel web-application and i cant find the solution. I heard about ITHit Webdav Library and i need something like this.
I need at least some guidance for this. Thank you very much in advance.
To answer your questions:
ITHit WebDAV Library is a commercial library and you should stick with open-source in my opinion.
Implementing it into Laravel would be quite opinionated, but doing so ultimately depends on what you need to achieve from a user experience and functionality perspective.
There is nothing simple about the road you're travelling and it is quite complex.