PHPackages                             indydevguy/wiki-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. indydevguy/wiki-bundle

ActiveSymfony-bundle

indydevguy/wiki-bundle
======================

Adds a wiki system to your Symfony 4 application.

v0.0.29(6y ago)1431[1 issues](https://github.com/IndyDevGuy/wiki-bundle/issues)MITPHPCI failing

Since Feb 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/IndyDevGuy/wiki-bundle)[ Packagist](https://packagist.org/packages/indydevguy/wiki-bundle)[ Docs](https://github.com/MaSt3r-iLLuSioN/wiki-bundle)[ RSS](/packages/indydevguy-wiki-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

Symfony 5 WikiBundle
--------------------

[](#symfony-5-wikibundle)

Installation
============

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require indydevguy/wiki-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#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 (if it doesn't exists yet):

```
