Elmapi是一个使用 Laravel 和 VueJs 构建的自托管无头(Headless)CMS。它提供了一个干净且易于使用的界面和强大的内容 API。
无头 CMS 是仅后端内容管理系统,可通过 API 访问内容。传统的 CMS 通常结合了网站的内容和前端。Headless CMS 是一个解耦系统,仅包含内容组件并完全专注于管理界面。这种解耦方法的优点之一是,内容可以通过 API 发送到多种显示类型,例如移动设备和物联网 (IoT) 设备以及网站。
演示系统:演示地址
更新内容
v2.0.0 - 29 January 2023
- Upgraded to Laravel 9.
- Added: Webhooks.
- Added: Embeddable Forms.
- Added: Repeatable fields.
- Added: Option for enabling public API access (unauthenticated get requests).
- Added: Timepicker option for the date field type.
- Added: New field type: Color picker.
- Added: Allow multiple option to the enumeration field type.
- Fixed: refreshing the page issue when saving project settings.
- Fixed: the thumbnail issue while uploading files.
- Fixed: change password issue.
- Fixed: unnecessary query in the content resource for collections.
- Fixed: small UI issues.
v1.1.2 - 18 March 2022
- Added: API endpoints for managing Media Library
- Added: uploading files via API
- Added: AWS S3 Upload feature.
- Added: whereRelation filter option.
- Added: Include timestamps option to API requests.
- Added: API error message when the field doesn't exist using where clause.
- Added: API error message when using offset without limit
- Fixed Trying to get property 'id' of non-object error
- Fixed: Disabled thumb field for non-image files in API responses.
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。