{"id":13532216,"url":"https://github.com/laravel-admin-extensions/simditor","last_synced_at":"2025-07-28T12:38:51.544Z","repository":{"id":57003517,"uuid":"149278453","full_name":"laravel-admin-extensions/simditor","owner":"laravel-admin-extensions","description":"Integrates  simditor into Laravel-admin","archived":false,"fork":false,"pushed_at":"2020-11-20T05:28:09.000Z","size":114,"stargazers_count":16,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T01:02:26.619Z","etag":null,"topics":["extension","laravel-admin","simditor"],"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-18T11:38:31.000Z","updated_at":"2024-03-12T17:29:24.000Z","dependencies_parsed_at":"2022-08-21T14:30:14.287Z","dependency_job_id":null,"html_url":"https://github.com/laravel-admin-extensions/simditor","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%2Fsimditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fsimditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fsimditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fsimditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel-admin-extensions","download_url":"https://codeload.github.com/laravel-admin-extensions/simditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251338712,"owners_count":21573600,"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":["extension","laravel-admin","simditor"],"created_at":"2024-08-01T07:01:09.134Z","updated_at":"2025-04-28T15:31:53.381Z","avatar_url":"https://github.com/laravel-admin-extensions.png","language":"JavaScript","funding_links":[],"categories":["扩展包"],"sub_categories":["字段类扩展包"],"readme":"# Simditor extension for laravel-admin\n\n\nThis is a `laravel-admin` extension that integrates [Simditor](https://github.com/mycolorway/simditor) into the `laravel-admin` form.\n## Screenshot\n\n\u003cimg alt=\"simditor\" src=\"https://user-images.githubusercontent.com/2421068/45915071-0e9c8f00-be81-11e8-94b5-8094113b71f1.png\"\u003e\n\n## Installation\n\n```bash\ncomposer require jxlwqq/simditor\n\nphp artisan vendor:publish --tag=laravel-admin-simditor\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    'simditor' =\u003e [\n        // Set to false if you want to disable this extension\n        'enable' =\u003e true,\n        // Editor configuration\n        'config' =\u003e [\n            'upload' =\u003e [\n                'url' =\u003e '/admin/api/upload', # example api route: admin/api/upload\n                'fileKey' =\u003e 'upload_file',\n                'connectionCount' =\u003e 3,\n                'leaveConfirm' =\u003e 'Uploading is in progress, are you sure to leave this page?'\n            ],\n            'tabIndent' =\u003e true,\n            'toolbar' =\u003e ['title', 'bold', 'italic', 'underline', 'strikethrough', 'fontScale', 'color', '|', 'ol', 'ul', 'blockquote', 'code', 'table', '|', 'link', 'image', 'hr', '|', 'indent', 'outdent', 'alignment'],\n            'toolbarFloat' =\u003e true,\n            'toolbarFloatOffset' =\u003e 0,\n            'toolbarHidden' =\u003e false,\n            'pasteImage' =\u003e true,\n            'cleanPaste' =\u003e false,\n        ]\n    ]\n]\n```\n\nThe configuration of the editor can be found in [Simditor Documentation](https://simditor.tower.im/docs/doc-usage.html).\n\n## Usage\n\nUse it in the form form:\n```php\n$form-\u003esimditor('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%2Fsimditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-admin-extensions%2Fsimditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fsimditor/lists"}