https://github.com/xcorecms/inlineediting
https://github.com/xcorecms/inlineediting
inline-editing php tinymce
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xcorecms/inlineediting
- Owner: xcorecms
- License: mit
- Created: 2017-05-12T20:33:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T11:11:56.000Z (over 2 years ago)
- Last Synced: 2024-04-14T21:54:34.635Z (almost 2 years ago)
- Topics: inline-editing, php, tinymce
- Language: PHP
- Size: 992 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
XcoreCMS/InlineEditing
======================
[](https://travis-ci.org/XcoreCMS/InlineEditing)
[](https://coveralls.io/github/XcoreCMS/InlineEditing?branch=master)
Inline Editing = Content editable...
Requirements
------------
XcoreCMS/InlineEditing requires PHP 7.4 or higher
Installation
------------
The best way to install XcoreCMS/InlineEditing is using [Composer](http://getcomposer.org/):
```bash
composer require xcore/inline-editing
```
#### Create database table example
```bash
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`)
```