Skip to content

pvaass/octobercms-azurefiledriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Filesystem Driver

This plugin adds a Filesystem driver for Azure Blob Storage.

It adds a custom Service Provider for Azure and adds the league/flysystem-azure composer package.

Using the Azure driver

Simply add another disk in filesystems.php.

You will need your Azure Blob account name, API key and container name.

'disks' => [
    'azure' => [
        'driver' => 'azure',
        'account' => 'my-azure-account',
        'key' => 'my-api-key',
        'container' => 'my-container-name'
    ]
]

You can create as many disks as you want.

About

OctoberCMS plugin that adds a Filesystem driver for Azure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages