auvernhatinternet/markflat-editor
最新稳定版本:v1.2.0
Composer 安装命令:
composer require auvernhatinternet/markflat-editor
包简介
MarkFlat Editor
关键字:
README 文档
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
.envfile :
ADMIN_PASSWORD=your_admin_password
Usage
Access the administration interface via URL : /admin?password=your_admin_password
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-21