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
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 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.