Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
F

Froala WYSWYG Editor

Installation Instructions

  1. You can install the package into a Laravel app that uses Nova via composer:
composer require alfonsobries/nova-froala-editor
  1. 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

For more info check the github package readme file: https://github.com/alfonsobries/nova-froala-editor

Readme

Nova Froala editor field

Laravel Nova Froala Editor field.

Installation

  1. You can install the package in to a Laravel app that uses Nova via composer:
composer require alfonsobries/nova-froala-editor
  1. 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

Simple Usage:

NovaFroalaEditor::make('Field Name')

Advanced Usage:

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])

Screenshot

Froala editor

License

The MIT License (MIT). Please see License File for more information.

Reviews

By gaetanywd on March 27, 2024

doesn't work

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version 1.0
Composer
alfonsobries/nova-froala-editor
GitHub stars 17
Packagist downloads 10,038

Favorites

0 users favorited

Rating

3.00
(out of 5)
★★★★★
★★★★
★★★
★★
4 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas