I have an image upload in my Laravel application and would like to have those images uploaded to shared network drive located on external Windows computer.
Is it somehow possible to mount a spesific folder at my shared network drive as Laravel Storage? Laravel 5.4's manual says that there is only s3 and Rackspace included as build-in drivers.
Thanks in advance.