2020-05-04 23:39:00 -05:00
# baikal-storage-plugin
2021-02-24 18:52:52 -06:00
## Note
Plugin is still a work in progress
2020-05-04 23:39:00 -05:00
## Install
```
composer require aerex/baikal-storage-plugin
```
2020-05-12 23:56:22 -05:00
## Configuration
2020-07-31 02:41:04 -05:00
Create the `config.yaml` to your webserver. Make sure the file is *writable* by your webserver (e.g Apache, Nginx). For more details on the configuration details see the wiki page.
2020-05-12 23:56:22 -05:00
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-07-31 02:41:04 -05:00
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin(< absolute / path / of / config / file > ))
2020-05-04 23:39:00 -05:00
```