alfonsobries / nova-trumbowyg
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Laravel Trumbowyg Nova field.
Package info
github.com/alfonsobries/nova-trumbowyg
Language:Vue
pkg:composer/alfonsobries/nova-trumbowyg
1.0.1
2018-08-25 17:51 UTC
Requires
- php: >=7.1.0
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
License
The MIT License (MIT). Please see License File for more information.
