ldb04's avatar
Level 1

Azure Storage Driver Help

Hi, Apologies in advance if this is in the wrong place.

I have added league/flysystem-azure to my project, and have created a configuration for azure in the config/filesystems.php file.

I can upload a file to the local filesystem, however when I attempt to upload to azure I get the following message

InvalidArgumentException in FilesystemManager.php line 122: Driver [azure] is not supported.

Please let me know anything further you may need to help me.

Thanks L

0 likes
3 replies
ekazda's avatar

Unfortunately league/flysystem-azure and similar packages like Laravel Azure Storage have been abandoned since Microsoft announced that they were retiring the PHP SDK for working with Azure Storage, in favour of working directly with the REST API. You can read more about this if you Google "Retiring Laravel Azure Storage - Matthew Daly" (I cannot post links on my first day of sign-up apparently).

Has anyone find a way to connect to Azure Blob Storage now that these packages have been lost?

Please or to participate in this conversation.