craft plugin for releases and statistics
This plugin requires Craft CMS 3.0.0-beta.23 or later.
To install the plugin, follow these instructions.
- Add this path to your composer "repositories" in your Craft project:
"repositories": [
{
"type": "path",
"url": "../craft-release/",
"options": {
"symlink": true
}
}
],
- Then tell Composer to require the plugin:
"require": {
"craftcms/aws-s3": "1.3.0",
"dilewe/release": "1.0.0",
"craftcms/redactor": "2.8.8",
}
- then update with composer
composer update
- In the Control Panel, go to Settings → Plugins and click the “Install” button for release.
You need to configure the Adress of the server in config/general.php, variable "lasubAdministration"
Brought to you by Digitale-Lernwelten