{"id":13532231,"url":"https://github.com/laravel-admin-extensions/ckeditor","last_synced_at":"2025-04-28T15:31:51.105Z","repository":{"id":57011868,"uuid":"149326547","full_name":"laravel-admin-extensions/ckeditor","owner":"laravel-admin-extensions","description":"Integrate CKEDITOR into laravel-admin","archived":false,"fork":false,"pushed_at":"2020-09-28T06:17:40.000Z","size":1324,"stargazers_count":30,"open_issues_count":11,"forks_count":18,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T09:24:09.302Z","etag":null,"topics":["ckeditor","extension","laravel-admin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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-09-18T17:24:42.000Z","updated_at":"2024-07-23T15:31:00.000Z","dependencies_parsed_at":"2022-08-21T15:10:34.121Z","dependency_job_id":null,"html_url":"https://github.com/laravel-admin-extensions/ckeditor","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fckeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fckeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fckeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fckeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel-admin-extensions","download_url":"https://codeload.github.com/laravel-admin-extensions/ckeditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250814407,"owners_count":21491569,"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":["ckeditor","extension","laravel-admin"],"created_at":"2024-08-01T07:01:09.271Z","updated_at":"2025-04-28T15:31:46.071Z","avatar_url":"https://github.com/laravel-admin-extensions.png","language":"JavaScript","funding_links":["https://www.paypal.me/zousong"],"categories":["扩展包"],"sub_categories":["字段类扩展包"],"readme":"Integrate CKEDITOR into laravel-admin\n======\n\nThis is a `laravel-admin` extension that integrates `CKEDITOR` into the `laravel-admin` form.\n\n## Screenshot\n\n![qq20180923-191508](https://user-images.githubusercontent.com/1479100/45928434-10944a00-bf76-11e8-918f-9566c7ba4c6b.png)\n\n## Installation\n\n```bash\ncomposer require laravel-admin-ext/ckeditor\n```\n\nThen\n```bash\nphp artisan vendor:publish --tag=laravel-admin-ckeditor\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\n    'extensions' =\u003e [\n\n        'ckeditor' =\u003e [\n        \n            //Set to false if you want to disable this extension\n            'enable' =\u003e true,\n            \n            // Editor configuration\n            'config' =\u003e [\n                \n            ]\n        ]\n    ]\n\n```\nThe configuration of the editor can be found in [CKEditor Documentation](https://ckeditor.com/docs/ckeditor4/latest/guide/), such as configuration language and height.\n```php\n    'config' =\u003e [\n        'lang'   =\u003e 'zh-CN',\n        'height' =\u003e 500,\n    ]\n```\n\n## Usage\n\nUse it in the form:\n```php\n$form-\u003eckeditor('content');\n\n// Set config\n$form-\u003eckeditor('content')-\u003eoptions(['lang' =\u003e 'fr', 'height' =\u003e 500]);\n```\n\n## Donate\n\n\u003e Help keeping the project development going, by donating a little. Thanks in advance.\n\n[![PayPal Me](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/zousong)\n\n![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)\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%2Fckeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-admin-extensions%2Fckeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fckeditor/lists"}