- Drupal 8 Module Development
- Daniel Sipos
- 98字
- 2021-07-02 12:22:32
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 by 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.
推薦閱讀
- 程序員面試筆試寶典(第3版)
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- Learning RabbitMQ
- Software Testing using Visual Studio 2012
- AIRAndroid應(yīng)用開發(fā)實戰(zhàn)
- 深入淺出DPDK
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Integrating Facebook iOS SDK with Your Application
- Spring核心技術(shù)和案例實戰(zhàn)
- C語言程序設(shè)計
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Illustrator CC平面設(shè)計實戰(zhàn)從入門到精通(視頻自學(xué)全彩版)
- C++ System Programming Cookbook
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Python 3快速入門與實戰(zhàn)