xcorecms / InlineEditing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XcoreCMS/InlineEditing

Build Status Coverage Status

Inline Editing = Content editable...

Requirements

XcoreCMS/InlineEditing requires PHP 7.4 or higher

Installation

The best way to install XcoreCMS/InlineEditing is using Composer:

    composer require xcore/inline-editing

Create database table example

    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`)

About

License:MIT License


Languages

Language:PHP 71.6%Language:TypeScript 22.8%Language:SCSS 4.6%Language:JavaScript 1.0%