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
[
\Filament\FilamentScripteditor\Forms\ScriptEditor::make('editor');
]
[
\Filament\FilamentScripteditor\Forms\ScriptEditor::make('editor')
->height(500) // Set height to 500px, default is 300
->modes([]);
]
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.