globalsprojects/nova-trumbowyg

A Laravel Trumbowyg Nova field.

1.0.1 2018-08-25 17:51 UTC

This package is auto-updated.

Last update: 2024-05-07 01:36:46 UTC


README

Laravel Nova Trumbowyg Editor field.

‼️ This is a fork from this package.

Installation

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

composer require globalsprojects/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.