Generate forms based on ElasticMS content configuration
PHP Code Sniffer is available via composer, the standard used is defined in phpcs.xml.diff:
composer phpcsIf your code is not compliant, you could try fixing it automatically:
composer phpcbfPHPStan is run at level 7, you can check for errors locally using:
composer phpstanPHP Mess Detector can generate a report in ./phpmd.html, rule violations are ignored by Travis for now.
composer phpmd
composer phpmd-winUse phpmd-win when working on Windows!
npm install
npm run buildIn development stage
npm run start