auvernhatinternet/markflat-editor

MarkFlat Editor

v1.2.0 2025-03-21 08:52 UTC

This package is auto-updated.

Last update: 2025-03-21 08:54:35 UTC


README

Packagist Version PHP Tests License: MIT

MarkFlat Editor Bundle

A Symfony bundle for editing Markdown files with a secure administration interface.

Installation

  1. Install the bundle via Composer :
composer require markflat/markflat-editor
  1. Add the bundle to your config/bundles.php :
return [
    // ...
    MarkFlatEditor\MarkFlatEditorBundle::class => ['all' => true],
];
  1. Add the following configuration to your .env file :
ADMIN_PASSWORD=your_admin_password

Usage

Access the administration interface via URL : /admin?password=your_admin_password