- 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.
- SOA實踐
- C++面向?qū)ο蟪绦蛟O計(微課版)
- Scala Design Patterns
- MATLAB 2020 從入門到精通
- 基于Java技術(shù)的Web應用開發(fā)
- SEO實戰(zhàn)密碼
- Yocto for Raspberry Pi
- Getting Started with Gulp
- Node.js Design Patterns
- 西門子S7-200 SMART PLC編程從入門到實踐
- JavaScript腳本特效編程給力起飛
- Raspberry Pi Robotic Projects(Third Edition)
- 編程可以很簡單
- Building Serverless Web Applications
- Fastdata Processing with Spark