2020-05-04 23:39:00 -05:00
|
|
|
# baikal-storage-plugin
|
|
|
|
|
|
|
|
## Install
|
|
|
|
```
|
|
|
|
composer require aerex/baikal-storage-plugin
|
|
|
|
```
|
|
|
|
|
2020-05-12 23:56:22 -05:00
|
|
|
## Configuration
|
|
|
|
Copy sample configuration to your baikal installation. Make sure that the folder is writable
|
|
|
|
|
2020-05-04 23:39:00 -05:00
|
|
|
## Usage
|
2020-05-12 23:56:22 -05:00
|
|
|
- Add the plugin to `Core/Frameworks/Baikal/Core/Server.php`
|
2020-05-04 23:39:00 -05:00
|
|
|
```
|
2020-05-12 23:56:22 -05:00
|
|
|
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin(<path-of-config-file>))
|
2020-05-04 23:39:00 -05:00
|
|
|
```
|