marotura/froala-text-editor

A custom Laravel Nova field using Froala editor.

Installs: 125

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

pkg:composer/marotura/froala-text-editor

v3.0.1 2025-12-05 12:56 UTC

This package is auto-updated.

Last update: 2025-12-05 13:01:30 UTC


README

This text editor is meant to be used for laravel nova 3 and 4 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:1.0.5

Usage

use Marotura\FroalaTextEditor\FroalaTextEditor;

FroalaTextEditor::make('Text', 'text'),

Options

Coming soon.

Resources