{"id":13532269,"url":"https://github.com/laravel-admin-extensions/quill","last_synced_at":"2025-10-18T01:45:11.684Z","repository":{"id":45409063,"uuid":"158495072","full_name":"laravel-admin-extensions/quill","owner":"laravel-admin-extensions","description":"Quill Editor extension for laravel-admin","archived":false,"fork":false,"pushed_at":"2021-12-15T10:50:15.000Z","size":173,"stargazers_count":23,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T20:58:35.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laravel-admin-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-21T05:23:13.000Z","updated_at":"2024-05-05T01:58:34.000Z","dependencies_parsed_at":"2022-07-19T15:04:24.752Z","dependency_job_id":null,"html_url":"https://github.com/laravel-admin-extensions/quill","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fquill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fquill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fquill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fquill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel-admin-extensions","download_url":"https://codeload.github.com/laravel-admin-extensions/quill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251338698,"owners_count":21573599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T07:01:09.648Z","updated_at":"2025-10-18T01:45:06.634Z","avatar_url":"https://github.com/laravel-admin-extensions.png","language":"CSS","funding_links":[],"categories":["扩展包"],"sub_categories":["字段类扩展包"],"readme":"# Quill Editor extension for laravel-admin\n\n\nThis is a `laravel-admin` extension that integrates [Quill](https://github.com/quilljs/quill) into the `laravel-admin` form.\n## Screenshot\n\n\u003cimg alt=\"quill\" src=\"https://user-images.githubusercontent.com/2421068/48820356-89a1f900-ed8f-11e8-864c-5804347fb02e.png\"\u003e\n\n## Installation\n\n```bash\ncomposer require jxlwqq/quill\n\nphp artisan vendor:publish --tag=laravel-admin-quill\n```\n\n## Configuration\n\nIn the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.\n```php\n'extensions' =\u003e [\n    'quill' =\u003e [\n        // If the value is set to false, this extension will be disabled\n        'enable' =\u003e true,\n        'config' =\u003e [\n            'modules' =\u003e [\n                'syntax' =\u003e true,\n                'toolbar' =\u003e\n                    [\n                        ['size' =\u003e []],\n                        ['header' =\u003e []],\n                        'bold',\n                        'italic',\n                        'underline',\n                        'strike',\n                        ['script' =\u003e 'super'],\n                        ['script' =\u003e 'sub'],\n                        ['color' =\u003e []],\n                        ['background' =\u003e []],\n                        'blockquote',\n                        'code-block',\n                        ['list' =\u003e 'ordered'],\n                        ['list' =\u003e 'bullet'],\n                        ['indent' =\u003e '-1'],\n                        ['indent' =\u003e '+1'],\n                        'direction',\n                        ['align' =\u003e []],\n                        'link',\n                        'image',\n                        'video',\n                        'formula',\n                        'clean'\n                    ],\n                    \"htmlEditButton\" =\u003e [\"syntax\" =\u003e true, \"debug\" =\u003e true]\n            ],\n            'theme' =\u003e 'snow',\n            'height' =\u003e '200px',\n        ]\n    ]\n]\n```\n\nThe configuration of the editor can be found in [Quill Documentation](https://quilljs.com/docs/quickstart/).\n\n* [How to insert images by uploading to the server instead of Base64 encoding the images?](https://github.com/quilljs/quill/issues/1089)\n\n## Usage\n\nUse it in the form form:\n```php\n$form-\u003equill('content');\n```\n\n## More resources\n\n[Awesome Laravel-admin](https://github.com/jxlwqq/awesome-laravel-admin)\n\nLicense\n------------\nLicensed under [The MIT License (MIT)](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fquill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-admin-extensions%2Fquill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fquill/lists"}