Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

matbeard's avatar

matbeard wrote a reply+100 XP

5mos ago

Laravel Can't Access Network Drive for File Storage

You can achieve this using symbolic links from Laravel's storage folder to the network shares. You can then create a storage driver for each folder in storage that you've linked to a share.

I've been using this kind of setup for years without issues.