kyaroslav / filament-scripteditor
Filament's Script Editor input
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.0
- filament/filament: ^2.0
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- nunomaduro/collision: ^7.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^10.0
README
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.