auvernhatinternet / markflat-editor
MarkFlat Editor
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- symfony/config: ^7.0
- symfony/dependency-injection: ^7.0
- symfony/framework-bundle: ^7.0
- symfony/http-kernel: ^7.0
- symfony/routing: ^7.0
- symfony/twig-bundle: ^7.0
- twig/twig: ^3.0.4
Requires (Dev)
- friendsofphp/php-cs-fixer: dev-master
- phpstan/phpstan: 2.1.x-dev
- phpunit/phpunit: ^12.1@dev
- symfony/phpunit-bridge: ^7.0
- symfony/var-dumper: ^7.0
- symfony/yaml: 7.3.x-dev
README
MarkFlat Editor Bundle
A Symfony bundle for editing Markdown files with a secure administration interface.
Installation
- Install the bundle via Composer :
composer require markflat/markflat-editor
- Add the bundle to your
config/bundles.php
:
return [ // ... MarkFlatEditor\MarkFlatEditorBundle::class => ['all' => true], ];
- 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