sebastiaankloos/filament-code-editor
最新稳定版本:1.1.5
Composer 安装命令:
composer require sebastiaankloos/filament-code-editor
包简介
Code editor for Filament
README 文档
README
This package provides a code editor form field type for Filament. It's based on CodeMirror 6.
Installation
You can install the package via composer:
composer require sebastiaankloos/filament-code-editor
Usage
use SebastiaanKloos\FilamentCodeEditor\Components\CodeEditor; CodeEditor::make('custom_css'),
If you are using this package without Filament Admin, you should add the JS file manually.
// You can add this to your app.js file require('../../vendor/sebastiaankloos/filament-code-editor/dist/filament-tools');
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.
统计信息
- 总下载量: 39.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 29
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-19