- Drupal 8 Module Development
- Daniel Sipos
- 81字
- 2021-07-02 12:22:36
Composer
As I alluded to earlier, installing Drupal 8 is best done via the Composer template project. However, you may also install it straight from Git by checking out the latest tag or commit in the Drupal.org Git repository (https://www.drupal.org/project/drupal/git-instructions). If you do this, you will need to install its dependencies via Composer, and Drupal has many.
To this end, you will need to have Composer available on your development environment and have a basic understanding of how to use it.
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Building a Game with Unity and Blender
- Leap Motion Development Essentials
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 你不知道的JavaScript(中卷)
- Mastering Linux Network Administration
- Visual Basic程序設計
- Extreme C
- 21天學通C++(第5版)
- Android編程權威指南(第4版)
- Web開發的平民英雄:PHP+MySQL
- Sitecore Cookbook for Developers
- 一覽眾山小:ASP.NET Web開發修行實錄
- C++面向對象程序設計