editable

Inline or popover edit for Doctrine entity and collections too or use it without Doctrine :) Simple way and settings

OTHER License

Downloads
6.4K
Stars
2
Committers
1

Mesour Editable

Install

  • With Composer

      composer require mesour/editable
    
  • Or download source from GitHub

Tests

Before first run, create config.local.php file. Can use config.php as template.

Run command vendor/bin/tester tests/ -s -c tests/php.ini --colors

Code style

Run command vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests