Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
56eb7e7571 | ||
|
51b51e3de8 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# baikal-storage-plugin
|
||||
|
||||
## Install
|
||||
```
|
||||
composer require aerex/baikal-storage-plugin
|
||||
```
|
||||
|
||||
## Usage
|
||||
- Add the plugin to `Core/Frameworks/Baikal/Core/Server.php`
|
||||
```
|
||||
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin())
|
||||
```
|
@@ -24,7 +24,7 @@
|
||||
"laminas/laminas-validator": "^2.13",
|
||||
"laminas/laminas-stdlib": "^3.2",
|
||||
"psr/container": "^1.0",
|
||||
"symfony/config": "^5.0",
|
||||
"symfony/config": "3.4",
|
||||
"symfony/process": "^3.4"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@@ -8,5 +8,5 @@ interface IStorage {
|
||||
public function save(Calendar $c);
|
||||
public function refresh();
|
||||
public function getConfig();
|
||||
public function setRawConfigs();
|
||||
public function setRawConfigs($rawConfigs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user