Skip to content

theodorosploumis/Drupal-10-Development-Cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal 10 Development Cookbook - Third Edition

Drupal 10 Development Cookbook - Third Edition

This is the code repository for Drupal 10 Development Cookbook - Third Edition , published by Packt.

Practical recipes to harness the power of Drupal for building digital experiences and dynamic websites

What is this book about?

Drupal 10 Development Cookbook allows you to build a digital experience platform with robust content management using a step-by-step guide and multiple real-world examples and recipes.

This book covers the following exciting features:

  • Create and manage a Drupal site’s codebase
  • Design tailored content creator experiences
  • Leverage Drupal by creating customized pages and plugins
  • Turn Drupal into an API platform for exposing content to consumers
  • Import data into Drupal using the data migration APIs
  • Advance your Drupal site with modern frontend tools using Laravel Mix

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter09.

The code will look like the following:

{% for tag in node.getTags %}
  <div>Tag: {{ tag.label }}</div>
{% endfor %}

Following is what you need for this book: If you are a beginner or an intermediate Drupal developer, looking to jumpstart your journey in application building, then this book is for you. Basic knowledge of web development is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-14).

Software and Hardware List

Chapter Software required OS required
1 A local web server running in Docker (DDEV, Lando, Docksal) Windows, Mac OS X, and Linux (Any)
1 PhpStorm or VS Code for code editing Windows, Mac OS X, and Linux (Any)
1 Terminal, iTerm, or a similar command-line tool Windows, Mac OS X, and Linux (Any)
10 NodeJS, npm, and Laravel Mix Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Authors

Kevin Quillen has been working with Drupal since 2006. He’s contributed several community modules, and built websites using Drupal for brands such as Dogfish Head Craft Brewery, the National Bureau of Economics, Harvard University, MTV, Yale University, Verizon, the Museum of Science, and countless others. You can find him engaged and helping community members on Slack, Drupal StackExchange, or sharing his thoughts on his personal blog. Kevin is also an Acquia Triple Certified Drupal Expert, an Acquia Certified Site Studio Site Builder, and an Acquia Certified Cloud Platform Pro. He is currently a principal developer and Drupal practice lead at Velir.

Matt Glaman is an open source developer who has been working with Drupal since 2013. Since then, he has contributed to Drupal core and over 60 community projects. He is also a speaker at multiple Drupal community events, including DrupalCon. Matt is currently a principal software engineer at Acquia and was previously a product lead at Centarro, helping maintain Drupal Commerce.

Releases

No releases published

Packages

No packages published

Languages

  • Twig 74.5%
  • CSS 14.2%
  • PHP 9.0%
  • JavaScript 2.3%