xcore / inline-editing
Content inline editable package.
v1.6.0
2023-06-29 11:11 UTC
Requires
- php: ^7.4 || ^8.0
- psr/cache: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- dibi/dibi: ^4.0
- doctrine/orm: ^2.5
- mockery/mockery: ^1.1
- nette/database: ^3.0
- nette/tester: ^2.0
- phpstan/phpstan: ^1.0
- squizlabs/php_codesniffer: ^3.0
- symfony/property-access: ^6.0
- symfony/validator: ^6.0
- tracy/tracy: ^2.4
Suggests
- dibi/dibi: If you wanna use Dibi persistence layer
- doctrine/dbal: If you wanna use DBAL persistence layer
- doctrine/orm: If you wanna use entity features
- nette/database: If you wanna use Nette Database persistence layer
- symfony/property-access: If you wanna use entity features
- symfony/validator: If you wanna use entity validation features
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- dev-master / 1.1.x-dev
- v1.1.0
- v1.0.0
- dev-dependabot/npm_and_yarn/client-side/qs-6.4.1
- dev-dependabot/npm_and_yarn/client-side/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/client-side/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/client-side/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/client-side/cached-path-relative-1.1.0
- dev-dependabot/npm_and_yarn/client-side/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/client-side/tar-2.2.2
- dev-dependabot/npm_and_yarn/client-side/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/client-side/fstream-1.0.12
This package is auto-updated.
Last update: 2024-11-29 14:20:45 UTC
README
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`)