Script Editor form input for the Filament package

Installation

You can install the package via composer:

composer require kyaroslav/filament-scripteditor
php artisan vendor:publish --tag=filament-scriptditor

This command will publish the scriptditor resources

Usage

[
    \Filament\FilamentScripteditor\Forms\ScriptEditor::make('editor');
]

Options

[
    \Filament\FilamentScripteditor\Forms\ScriptEditor::make('editor')
        ->height(500) // Set height to 500px, default is 300
        ->modes([]);
]

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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