2017 © Pedro Peláez
 

library inline-editing

Content inline editable package.

image

xcore/inline-editing

Content inline editable package.

  • Monday, February 19, 2018
  • by pavelvondrasek
  • Repository
  • 3 Watchers
  • 1 Stars
  • 5,088 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

XcoreCMS/InlineEditing

Build Status Coverage Status, (*1)

Inline Editing = Content editable..., (*2)

Requirements

XcoreCMS/InlineEditing requires PHP 7.4 or higher, (*3)

Installation

The best way to install XcoreCMS/InlineEditing is using Composer:, (*4)

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

The Versions

13/07 2017
19/05 2017