torq/pimcore-wiki-bundle

A Pimcore bundle for displaying markdown documentation files as a wiki in the admin interface

Maintainers

Package info

github.com/TorqIT/pimcore-wiki-bundle

Type:pimcore-bundle

pkg:composer/torq/pimcore-wiki-bundle

Statistics

Installs: 27

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.2 2026-03-09 21:56 UTC

This package is auto-updated.

Last update: 2026-03-09 21:57:40 UTC


README

This bundle provides a wiki/documentation interface for Pimcore, allowing you to display markdown files in the admin interface.

Installation

Install the bundle via composer:

composer require torqit/pimcore-wiki-bundle

Configuration

Configure the location of your markdown files in your config/packages/wiki_bundle.yaml:

wiki_bundle:
    documentation_path: '%kernel.project_dir%/docs'

Usage

After installation and configuration, access your documentation at:

/admin/documentation

The bundle will automatically read and display markdown files from the configured documentation path.

License

This bundle is licensed under the Pimcore Open Core License (POCL) and is intended for use with Pimcore Platform 2025.1 and newer.

See LICENSE.md for full license text.