Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 931 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 931 Bytes

Backblaze B2 for Craft CMS icon

Backblaze B2 for Craft CMS

This plugin provides an Backblaze B2 integration for Craft CMS.

Requirements

This plugin requires Craft CMS 3.1.5 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Backblaze”. Then click on the “Install” button in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require mattgrayisok/craft-backblaze-b2

# tell Craft to install the plugin
./craft install/plugin backblaze-b2

Setup