A Trumbowyg WYSIWYG field for Laravel Nova.
outl1ne/nova-trumbowyg-field is a Laravel package for a trumbowyg wysiwyg field for laravel nova..
It currently has 6 GitHub stars and 31.440 downloads on Packagist (latest version 2.0.1).
Install it with composer require outl1ne/nova-trumbowyg-field.
Discover more Laravel packages by outl1ne
or browse all Laravel packages to compare alternatives.
Last updated
This Laravel Nova package adds a Trumbowyg field to Nova's arsenal of fields.
php: >=8.0laravel/nova: ^4.0Install the package in to a Laravel app that uses Nova via composer:
composer require outl1ne/nova-trumbowyg-field
Publish icons SVG:
php artisan vendor:publish --provider="Outl1ne\NovaTrumbowygField\FieldServiceProvider" --tag=public
use Outl1ne\NovaTrumbowygField\Trumbowyg;
public function fields(Request $request) {
Trumbowyg::make('Content', 'content'),
}
Nova Trumbowyg Field is open-sourced software licensed under the MIT license.