mantic-digital / redmine-wiki
1.0.1
2021-02-09 14:09 UTC
Requires
- php: >=7.0
- ext-simplexml: *
- knplabs/knp-markdown-bundle: ^1.7
- sensio/framework-extra-bundle: ^5.2
- symfony/framework-bundle: >=4.1
- symfony/yaml: >=4.1
This package is not auto-updated.
Last update: 2025-03-06 07:59:56 UTC
README
# Redmine Wiki Bundle
This Bundle handles the connection between the Redmine Wiki and your project.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Application that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require mantic-digital/redmine-wiki
Application that don't use Symfony Flex
Step 1: Download the bundle
Open a command console, enter your project directory and execute:
$ composer require mantic-digital/redmine-wiki
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
// config/bundles.php
return [
// ...
Mantic\RedmineWikiBundle\ManticRedmineWikiBundle::class => ['all' => true],
];
Step 3: Configure the Bundle
See documentation