What you need for this book
In order to work with Drupal 10 and to run the code examples found in this book, the following software will be required:
Software |
Operating system requirements |
A local web server running in Docker (DDEV, Lando, Docksal, or Docker4Drupal) or an alternative such as MAMP |
Windows, macOS, or Linux |
PhpStorm or VS Code for code editing |
Windows, macOS, or Linux |
Terminal, iTerm, or a similar command-line tool |
Windows, macOS, or Linux |
NodeJS, npm, and Laravel Mix |
Windows, macOS, or Linux |
Note that there are several free open source tools that you can use to run Drupal locally – DDEV, Lando, Docksal, and Docker4Drupal are the top four community solutions. You are advised to use the one you are most comfortable with or already established with. This book’s first chapter covers running Drupal with DDEV. Unfortunately, we cannot cover all possible solutions in depth.
It is a good idea to keep the documentation of whichever solution you use handy when using this book, as examples may be generalized, particularly when it comes to running commands.