Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.14 KB

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.