- Drupal 8 Module Development
- Daniel Sipos
- 201字
- 2021-07-02 15:45:12
Tools for developing in Drupal
Drupal is a sophisticated platform, and from the glimpse provided in this chapter, we can already see that there are numerous systems and structures to keep track of. In this section, I will provide tools that simplify or streamline the development process.
Going forward, I assume that you have your own web server stack and your own PHP development tools. However, if you are just getting started, you may want to look at Acquia Dev Desktop from Acquia (http://acquia.com). It offers entire application stacks to get you started on Windows, Linux, or macOS X. Alternatively, if you are even just a bit more advanced, you can consider the Drupal VM (https://www.drupalvm.com/), a Vagrant and Ansible-based local development environment ready for Drupal.
As for a code editor, I personally use PhpStorm (as many others do), but you are free to use whatever IDE you want because Drupal itself doesn't require anything special. Also, while running a PHP debugger is certainly not necessary, you may find running Xdebug or the Zend Debugger to be useful. I personally recommend a PHP debugger wholeheartedly, not only for debugging itself, but also for understanding the processes that happens under the hood.
- OpenShift開發(fā)指南(原書第2版)
- Visual C++實(shí)例精通
- 基于差分進(jìn)化的優(yōu)化方法及應(yīng)用
- Mastering Xamarin.Forms(Second Edition)
- 微信小程序開發(fā)與實(shí)戰(zhàn)(微課版)
- Vue.js 2 Web Development Projects
- Creating Data Stories with Tableau Public
- JavaScript腳本特效編程給力起飛
- Test-Driven JavaScript Development
- Go語言入門經(jīng)典
- Python Programming for Arduino
- 你必須知道的.NET(第2版)
- LabVIEW數(shù)據(jù)采集(第2版)
- Go語言Hyperledger區(qū)塊鏈開發(fā)實(shí)戰(zhàn)
- 競(jìng)技游戲設(shè)計(jì)實(shí)戰(zhàn)指南:MOBA+RTS+TCG+FPS