PHPackages                             zeiythink/quill - 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. zeiythink/quill

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

zeiythink/quill
===============

quill editor for php-panel/laravel-admin

0.0.2(2mo ago)013↓100%MITCSSPHP ^8.2

Since Jan 28Pushed 2mo agoCompare

[ Source](https://github.com/ZeiyThink/laravel-ext-quill)[ Packagist](https://packagist.org/packages/zeiythink/quill)[ Docs](https://github.com/ZeiyThink/laravel-ext-quill.git)[ RSS](/packages/zeiythink-quill/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Quill Editor extension for laravel-admin
========================================

[](#quill-editor-extension-for-laravel-admin)

This is a `laravel-admin` extension that integrates [Quill](https://github.com/laravel-admin-extensions/quill) into the `php-panel/laravel-admin` form.

Screenshot
----------

[](#screenshot)

[![quill](https://user-images.githubusercontent.com/2421068/48820356-89a1f900-ed8f-11e8-864c-5804347fb02e.png)](https://user-images.githubusercontent.com/2421068/48820356-89a1f900-ed8f-11e8-864c-5804347fb02e.png)

Installation
------------

[](#installation)

```
composer require zeiythink/quill

php artisan vendor:publish --tag=laravel-admin-quill
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
'extensions' => [
    'quill' => [
        // If the value is set to false, this extension will be disabled
        'enable' => true,
        'config' => [
            'modules' => [
                'syntax' => true,
                'toolbar' =>
                    [
                        ['size' => []],
                        ['header' => []],
                        'bold',
                        'italic',
                        'underline',
                        'strike',
                        ['script' => 'super'],
                        ['script' => 'sub'],
                        ['color' => []],
                        ['background' => []],
                        'blockquote',
                        'code-block',
                        ['list' => 'ordered'],
                        ['list' => 'bullet'],
                        ['indent' => '-1'],
                        ['indent' => '+1'],
                        'direction',
                        ['align' => []],
                        'link',
                        'image',
                        'video',
                        'formula',
                        'clean'
                    ],
                    "htmlEditButton" => ["syntax" => true, "debug" => true]
            ],
            'theme' => 'snow',
            'height' => '200px',
        ]
    ]
]
```

The configuration of the editor can be found in [Quill Documentation](https://quilljs.com/docs/quickstart/).

- [How to insert images by uploading to the server instead of Base64 encoding the images?](https://github.com/quilljs/quill/issues/1089)

Usage
-----

[](#usage)

Use it in the form form:

```
$form->quill('content');
```

More resources
--------------

[](#more-resources)

[Awesome Laravel-admin](https://github.com/jxlwqq/awesome-laravel-admin)

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance86

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~26 days

Total

2

Last Release

75d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/145b62034807f37720b695f7d9c00ad61b81c99498b893eb672d4c74ac1435ed?d=identicon)[ZeiyThink](/maintainers/ZeiyThink)

---

Top Contributors

[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (8 commits)")[![abyssgoing](https://avatars.githubusercontent.com/u/5334769?v=4)](https://github.com/abyssgoing "abyssgoing (4 commits)")[![ZeiyThink](https://avatars.githubusercontent.com/u/27271544?v=4)](https://github.com/ZeiyThink "ZeiyThink (4 commits)")[![yemenpoint](https://avatars.githubusercontent.com/u/54041928?v=4)](https://github.com/yemenpoint "yemenpoint (1 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zeiythink-quill/health.svg)

```
[![Health](https://phpackages.com/badges/zeiythink-quill/health.svg)](https://phpackages.com/packages/zeiythink-quill)
```

###  Alternatives

[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/env-manager

Env Manager for Laravel-admin

3719.9k](/packages/jxlwqq-env-manager)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)[cyd622/laravel-admin-ext-echarts

Use Echarts in laravel-admin

349.5k](/packages/cyd622-laravel-admin-ext-echarts)

PHPackages © 2026

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