mesour/editable

This package is abandoned and no longer maintained. No replacement package was suggested.

Mesour Editable component.

v3.2.0 2019-01-22 22:43 UTC

This package is auto-updated.

Last update: 2020-09-08 00:52:47 UTC


README

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