PHPackages                             yippy/toast-ui-editor-bundle - 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. yippy/toast-ui-editor-bundle

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

yippy/toast-ui-editor-bundle
============================

This bundle integration TOAST UI Editor (TUI Editor) for your Symfony project.

v1.0.3(4mo ago)026↓93.8%MITJavaScriptPHP ^7.1 || ^8.0

Since Dec 12Pushed 4mo agoCompare

[ Source](https://github.com/Yippy/toast-ui-editor-bundle)[ Packagist](https://packagist.org/packages/yippy/toast-ui-editor-bundle)[ RSS](/packages/yippy-toast-ui-editor-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (13)Versions (5)Used By (0)

YippyToastUiEditorBundle
========================

[](#yippytoastuieditorbundle)

[![MIT license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/Yippy/toast-ui-editor-bundle/blob/main/LICENSE) [![Latest Stable Version](https://camo.githubusercontent.com/d47d1ffa43f6f95e39a7b2fec8adde501d5b383c9d2c335653a2d1a4de19e567/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79697070792f746f6173742d75692d656469746f722d62756e646c652e737667)](https://packagist.org/packages/yippy/toast-ui-editor-bundle) [![Total Downloads](https://camo.githubusercontent.com/a1050c9067dea2b2a6a359ea4a1211c5ddcb93f20a25b1cdb4987d42a5d95bb8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f79697070792f746f6173742d75692d656469746f722d62756e646c652e737667)](https://packagist.org/packages/yippy/toast-ui-editor-bundle) [![Donate](https://camo.githubusercontent.com/b33fbc711bf26764ca7c465b1f5c09ed1235c549617f7814435861f6af7fcb2f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4275792532304d6525323061253230436f666665652d6666356635663f6c6f676f3d6b6f2d6669266c6f676f436f6c6f723d7768697465)](https://www.buymeacoffee.com/yippy)

This bundle integration TOAST UI Editor for your symfony project. The code for this bundle was forked from [teebbstudios\\TeebbTuiEditorBundle](https://github.com/teebbstudios/TeebbTuiEditorBundle), which was inspired by [FriendsOfSymfony\\FOSCKEditorBundle](https://github.com/FriendsOfSymfony/FOSCKEditorBundle).

TOAST UI Editor is a WYSIWYG and Markdown Editor that follows [CommonMark](https://commonmark.org/) and [GFM](https://github.github.com/gfm/) specifications.

[![tui.editor](https://user-images.githubusercontent.com/1215767/34356204-4c03be8a-ea7f-11e7-9aa9-0d84f9e912ec.gif)](https://user-images.githubusercontent.com/1215767/34356204-4c03be8a-ea7f-11e7-9aa9-0d84f9e912ec.gif)

Installation ＆ Usage
====================

[](#installation--usage)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require yippy/toast-ui-editor-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require yippy/toast-ui-editor-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then ensuring the bundle is listed as one of registered bundles in the `config/bundles.php` file of your project:

```
