This text editor is meant to be used for laravel nova 3 and 4 by using the Froala editor.
Don't use version older then 1.0.4 because the package name was changed before this version.
Make sure to add the following in your .env with you froala API Key. FROALA_ACTIVATION_KEY="your-froala-access-key"
Use composer to import package. Command is: composer require marotura/froala-text-editor:1.0.5
use Marotura\FroalaTextEditor\FroalaTextEditor;
FroalaTextEditor::make('Text', 'text'),
Coming soon.