[Drupal-8] How to create configuration form in Drupal 8
August 24, 2016 - 18:44
Coder is a Drupal module to check for coding standard issues in custom modules and themes. It can check any files for coding standard issues according to Drupal specifications. This method uses latest composer and drush to install latest coder. Feel free to skip the following to corresponding parts you need.
Check if composer is installed,
which composer
If this is empty, proceed with below command. Else skip.