PHPackages                             jeffersongoncalves/filament-ace-editor-field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeffersongoncalves/filament-ace-editor-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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.

2.0.1(2mo ago)33.5k↓39.5%1MITPHPPHP ^8.2|^8.3CI passing

Since Aug 17Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-ace-editor-field)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-ace-editor-field)[ Docs](https://github.com/jeffersongoncalves/filament-ace-editor-field)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-filament-ace-editor-field/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (8)Dependencies (10)Versions (12)Used By (1)

[![Filament Ace Editor Field](https://raw.githubusercontent.com/jeffersongoncalves/filament-ace-editor-field/1.x/art/jeffersongoncalves-filament-ace-editor-field.jpg)](https://raw.githubusercontent.com/jeffersongoncalves/filament-ace-editor-field/1.x/art/jeffersongoncalves-filament-ace-editor-field.jpg)

Filament Ace Editor Field
=========================

[](#filament-ace-editor-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cf2615dfa51b670677ffc19ff13cb4ba47c3ba728a888b4b7396ca0b95baaaac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6163652d656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-ace-editor-field)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6753d33a43635dd142652f75b1ab3edeb6ade0088e2f85f2b04c8cc883322632/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6163652d656469746f722d6669656c642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d312e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-ace-editor-field/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A1.x)[![Total Downloads](https://camo.githubusercontent.com/2b357b600f7bb8358d2728a69b3dc69fa9b773a6249508eab1cfd5b298b36a34/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6163652d656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-ace-editor-field)[![License](https://camo.githubusercontent.com/141069d46e49e97091dee0f565511a06266d17417c5343054954c8c8f8bed89c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6163652d656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

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
------------

[](#requirements)

- PHP 8.2 or higher
- Filament 4.0 or higher

Version Compatibility
---------------------

[](#version-compatibility)

Plugin VersionFilament VersionPHP Version`^2.0``^5.0``^8.2``^1.0``^4.0``^8.2`Installation
------------

[](#installation)

You can install the package via composer:

```
composer require jeffersongoncalves/filament-ace-editor-field
```

Usage
-----

[](#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
-----------

[](#development)

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

```
# Run static analysis
composer analyse

# Format code
composer format
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jèfferson Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance88

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Recently: every ~7 days

Total

10

Last Release

53d ago

Major Versions

1.0.3 → 2.0.02026-01-20

1.0.4 → 2.0.12026-03-04

1.0.5 → 2.x-dev2026-03-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (38 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

ace-editoreditorfilamentfilament-fieldfilament-formfilament-pluginlaravellaravelfilamentjeffersongoncalvesace-editorfilament-ace-editor-field

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-ace-editor-field/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-ace-editor-field/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-ace-editor-field)
```

###  Alternatives

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
