Laravel Nova Froala Editor field.
- You can install the package in to a Laravel app that uses Nova via composer:
composer require alfonsobries/nova-froala-editor
- The froala editor needs to load the font awesome library, in order to publish the fonts in the public folder you need to run:
php artisan vendor:publish --tag=froala-editor-fonts
NovaFroalaEditor::make('Field Name')
You can pass any existing Froala option. Consult the Froala documentation to view the list of all the available options
NovaFroalaEditor::make('Description')
->options(['toolbarInline' => true])
The MIT License (MIT). Please see License File for more information.