torq / pimcore-wiki-bundle
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
Requires
- league/commonmark: ^2.8
- pimcore/pimcore: ^12.0
- twig/extra-bundle: ^3.23
- twig/markdown-extra: ^3.23
This package is auto-updated.
Last update: 2026-02-11 21:37:04 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.