mantic-digital/redmine-wiki

Installs: 517

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

1.0.1 2021-02-09 14:09 UTC

This package is not auto-updated.

Last update: 2024-04-18 03:44: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