PHPackages                             bbs-lab/nova-toast-ui-editor-field - 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. bbs-lab/nova-toast-ui-editor-field

ActiveLibrary

bbs-lab/nova-toast-ui-editor-field
==================================

A Laravel Nova field.

v2.0.0(1y ago)32.1k4[1 PRs](https://github.com/BBS-Lab/nova-toast-ui-editor-field/pulls)MITPHPPHP ^8.1

Since Aug 6Pushed 1y ago5 watchersCompare

[ Source](https://github.com/BBS-Lab/nova-toast-ui-editor-field)[ Packagist](https://packagist.org/packages/bbs-lab/nova-toast-ui-editor-field)[ RSS](/packages/bbs-lab-nova-toast-ui-editor-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (17)Versions (10)Used By (0)

Laravel Nova Toast UI Editor field
==================================

[](#laravel-nova-toast-ui-editor-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/13b6340f130f46d902a29856d4cf5bf16d7870ec42bfa63cd19f37558ec5d54e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6262732d6c61622f6e6f76612d746f6173742d75692d656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bbs-lab/nova-toast-ui-editor-field)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![StyleCI](https://camo.githubusercontent.com/639572a8d06638df37d394bffcb22ac0d71871cc9d668eb2380c78f4659d1ef5/68747470733a2f2f7374796c6563692e696f2f7265706f732f3238353334373032362f736869656c64)](https://styleci.io/repos/285347026)[![Quality Score](https://camo.githubusercontent.com/3c4a25157db791cae94d65327c06c6724b765738af905dea563d77dd71e75a11/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6262732d6c61622f6e6f76612d746f6173742d75692d656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bbs-lab/nova-toast-ui-editor-field)[![Total Downloads](https://camo.githubusercontent.com/57bb5e84249cb71e42c37d24845fb54d981119e172ddb359c3b004714e081a16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6262732d6c61622f6e6f76612d746f6173742d75692d656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bbs-lab/nova-toast-ui-editor-field)

A [Toast UI Editor](https://ui.toast.com/tui-editor) field for Laravel Nova.

[![toast ui editor field screenshot](docs/nova-toast-ui-editor-field.png)](docs/nova-toast-ui-editor-field.png)

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Advanced usage](#advanced-usage)
    - [Dependent Fields](#dependent-fields)
    - [Toast UI Editor configuration](#toast-ui-editor-configuration)
    - [Allow iframe in markdown/html](#allow-iframe-in-markdownhtml)
    - [Use Cloudinary as image picker](#use-cloudinary-as-image-picker)
- [Changelog](#changelog)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require bbs-lab/nova-toast-ui-editor-field
```

The package will automatically register itself.

You can publish the config-file with:

```
php artisan vendor:publish --provider="BbsLab\NovaToastUiEditorField\FieldServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
