matthewbdaly/laravel-azure-storage

How to use multiple azure storage?

shajiuddin opened this issue · 1 comments

Hi,

I have different modules in my project where files are uploading to same container for example "abc1"

How its possible to use multiple azure storage containers in a single project? so that each module will have different storage on azure.

Regards