marotura / froala-text-editor
A custom Laravel Nova field using Froala editor.
Package info
github.com/marotura/froala-text-editor
Language:Vue
pkg:composer/marotura/froala-text-editor
v3.0.5
2026-02-12 14:40 UTC
Requires
- php: ^7.3|^8.0|^8.1|^8.2|^8.3|^8.4
- laravel/nova: ^4.0|^5.0
README
This text editor is meant to be used for laravel nova 4 and 5 by using the Froala editor.
Important
Don't use version older then 1.0.4 because the package name was changed before this version.
Requirements
Make sure to add the following in your .env with you froala API Key. FROALA_ACTIVATION_KEY="your-froala-access-key"
Installation
Use composer to import package. Command is: composer require marotura/froala-text-editor:^3.0.5
Usage
use Marotura\FroalaTextEditor\FroalaTextEditor;
FroalaTextEditor::make('Text', 'text'),
Options
Coming soon.