Plugin is still a work in progress
composer require aerex/baikal-storage-plugin
You can use the CLI to help you generate a config file or use the example configuration provided in the project. Make sure the file is writable by your webserver (e.g Apache, Nginx).
Run the command ./vendor/bin/baikalstorage and follow the instructions
Copy the example-config.yaml file and rename it to config.yaml.
- Add the plugin to the end of the
Server.phpfile located underCore/Frameworks/Baikal/Core/Server.php. For example
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin(<absolute/path/of/config.yaml)