xcore/inline-editing

内容内联可编辑包。

v1.6.0 2023-06-29 11:11 UTC

README

Build Status Coverage Status

内联编辑 = 内容可编辑...

要求

XcoreCMS/InlineEditing 需要 PHP 7.4 或更高版本

安装

安装 XcoreCMS/InlineEditing 的最佳方式是使用 Composer

    composer require xcore/inline-editing

创建数据库表示例

    vendor/bin/inline dns="mysql:host=127.0.0.1;dbname=test" username=root password=pass tableName=table

    # parameters:
    #   dns - required
    #   username - required
    #   password - optional
    #   tableName - optional (default `inline_content`)