A Symfony bundle for editing Markdown files with a secure administration interface.
composer require markflat/markflat-editor
config/bundles.php :return [
// ...
MarkFlatEditor\MarkFlatEditorBundle::class => ['all' => true],
];
.env file :ADMIN_PASSWORD=your_admin_password
Access the administration interface via URL : /admin?password=your_admin_password
How can I help you explore Laravel packages today?