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
This package is auto-updated.
Last update: 2026-05-29 01:15:58 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`)