Skip to content

bvweijen/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.

About

A Trumbowyg Laravel Nova field

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 53.1%
  • PHP 34.4%
  • JavaScript 12.2%
  • CSS 0.3%