LaravelPackages.net
Acme Inc.
Toggle sidebar
outl1ne/nova-trumbowyg-field

A Trumbowyg WYSIWYG field for Laravel Nova.

31.440
6
2.0.1
About outl1ne/nova-trumbowyg-field

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

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.

Comments