outl1ne/nova-trumbowyg-field

A Trumbowyg WYSIWYG field for Laravel Nova.

Downloads

13556

Stars

5

Version

1.1.3

Nova Trumbowyg Field

Latest Version on Packagist Total Downloads

This Laravel Nova package adds a Trumbowyg field to Nova's arsenal of fields.

Requirements

  • php: >=8.0
  • laravel/nova: ^4.0

Installation

Install 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

Usage

use Outl1ne\NovaTrumbowygField\Trumbowyg;

public function fields(Request $request) {
    Trumbowyg::make('Content', 'content'),
}

Credits

License

Nova Trumbowyg Field is open-sourced software licensed under the MIT license.

outl1ne

Author

outl1ne