alfonsobries/nova-trumbowyg

This package is abandoned and no longer maintained. No replacement package was suggested.

A Laravel Trumbowyg Nova field.

Installs: 23 314

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 7

Open Issues: 5

Language:Vue

1.0.1 2018-08-25 17:51 UTC

This package is auto-updated.

Last update: 2021-10-29 02:14:39 UTC


README

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.