Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

alfonsobries/nova-trumbowyg

Repository files navigation

Nova Trumbowyg editor field

Laravel Nova Trumbowyg Editor field.

Installation

Just install the package in to a Laravel app that uses Nova via composer:

composer require alfonsobries/nova-trumbowyg

Simple Usage:

NovaTrumbowyg::make('Field Name')

Advanced Usage:

You can pass any existing Trumbowyg option. Consult the Trumbowyg documentation to view the list of all the available options.

NovaFroalaEditor::make('Description')
    ->options(['btns' => [['bold', 'italic'], ['link']]])

Screenshot

Trumbowyg editor

License

The MIT License (MIT). Please see License File for more information.