- Drupal 8 Module Development
- Daniel Sipos
- 95字
- 2021-07-02 15:45:08
Technologies that drive Drupal
Installing Drupal 8 in the traditional way is documented both on Drupal.org and in the INSTALL.txt file found inside the /core folder of the installation, so I won't go into it here. I will, however, mention that a better way of installing Drupal 8, especially for developers, is using the accepted Composer template for Drupal 8 projects found on GitHub (https://github.com/drupal-composer/drupal-project). However, the instructions for setting up your site are well covered there as well.
Instead, let's talk a bit about the technologies that power (or are needed by) Drupal 8.
推薦閱讀
- Instant Node Package Manager
- Node.js Design Patterns
- Rust編程:入門、實戰與進階
- Mastering Swift 2
- C++ 從入門到項目實踐(超值版)
- 微信小程序開發解析
- GameMaker Programming By Example
- Learning Data Mining with R
- 精通Python設計模式(第2版)
- Learning Three.js:The JavaScript 3D Library for WebGL
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Python計算機視覺與深度學習實戰
- Mastering Node.js
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)
- 小小的Python編程故事