Skip to content

5. Some extra tools you may want to install

Oleg Kuzava edited this page Jan 20, 2018 · 1 revision
  • Dreditor is optional but highly recommended. It's a browser plugin for Firefox and Chrome, that makes working on Drupal.org more enjoyable, easier, and faster. (Useful video)
  • Docksal is a tool for defining and managing development environments. It brings together common tools, minimizes configuration, and ensures environment consistency throughout your continuous integration workflow.
  • PhpStorm is a perfect PHP IDE for working with Symfony, Drupal, WordPress, Zend Framework, Laravel, Magento, Joomla!, CakePHP, Yii, and other frameworks.
  • PHP_CodeSniffer is a library that tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. (check out how to install)
  • Drupal Console is a Drupal CLI tool to generate boilerplate code, interact with and debug Drupal.