PHPackages                             bnine/mdeditorbundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. bnine/mdeditorbundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

bnine/mdeditorbundle
====================

Symfony bundle for entity-based file browser and management.

v1.1.5(9mo ago)0118MITPHPPHP ^8.1

Since Aug 2Pushed 9mo agoCompare

[ Source](https://github.com/afornerot/bNine-MdEditorBundle)[ Packagist](https://packagist.org/packages/bnine/mdeditorbundle)[ RSS](/packages/bnine-mdeditorbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

BnineMdEditorBundle
===================

[](#bninemdeditorbundle)

A lightweight Symfony bundle to integrate a Markdown editor (`EasyMDE`) into your forms using a reusable `FormType`.

The bundle packages the required JS/CSS assets and provides a simple configuration and rendering mechanism.

✨ Features
----------

[](#-features)

- Simple integration of EasyMDE Markdown editor via a custom `FormType`.
- Bundled JS/CSS assets, no external CDN dependency required.
- Ready-to-use form integration and demo controller.
- Symfony 7 compatible.
- Assets auto-installed via `assets:install`.

🚀 Installation
--------------

[](#-installation)

Require the bundle via Composer:

```
composer require bnine/mdeditorbundle
```

Then install the assets:

```
php bin/console assets:install
```

Make sure Symfony copies the bundle's public assets to public/bundles/bninemdeditor.

🧩 Usage
-------

[](#-usage)

### Include the JavaScript helper in your base layout

[](#include-the-javascript-helper-in-your-base-layout)

In your base Twig layout (e.g. base.html.twig), add:

```

```

### Use the MarkdownType in a Form

[](#use-the-markdowntype-in-a-form)

```
