承接 jeffersongoncalves/filament-ace-editor-field 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jeffersongoncalves/filament-ace-editor-field

最新稳定版本:1.0.3

Composer 安装命令:

composer require jeffersongoncalves/filament-ace-editor-field

包简介

A Laravel Filament v4 field that integrates the Ace code editor into your forms, providing a rich, syntax‑highlighted code editing experience.

README 文档

README

Filament Ace Editor Field

Filament Ace Editor Field

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

A Laravel Filament v4 field that integrates the Ace code editor into your forms, offering a rich, syntax-highlighted code editing experience with configurable modes and themes.

Requirements

  • PHP 8.2 or higher
  • Filament 4.0 or higher

Version Compatibility

Plugin Version Filament Version PHP Version
^2.0 ^5.0 ^8.2
^1.0 ^4.0 ^8.2

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-ace-editor-field

Usage

Publish config file.

php artisan vendor:publish --tag=filament-ace-editor-field-config

Once installed, you can use the AceEditorInput component in your Filament forms:

use JeffersonGoncalves\Filament\AceEditorField\Forms\Components\AceEditorInput;

// In your form definition
AceEditorInput::make('description')
    ->mode('html')
    ->theme('monokai')
    ->height(200)
    ->placeholder('Enter your description here')
    ->required(),

Development

You can run code analysis and formatting using the following commands:

# Run static analysis
composer analyse

# Format code
composer format

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.

统计信息

  • 总下载量: 144
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-17