torq/pimcore-wiki-bundle

There is no license information available for the latest version (dev-main) of this package.

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:pimcore-bundle

pkg:composer/torq/pimcore-wiki-bundle

dev-main 2026-02-03 14:34 UTC

This package is auto-updated.

Last update: 2026-02-03 14:59:23 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.