Composer

How to use the Drupal 9 module in a Drupal 10 project using Composer if its MR is already ready for Drupal 10 compatibility

We have often found that in the Drupal 9 project, multiple modules are not compatible with Drupal 10, and when we check the module issue queue, especially with the term "Automated Drupal 10 compatibility fixes", we can find at least one issue where the project update bot creates this issue automatically against each module and provides a patch with possible fixes except for making changes in module.info.yml.

0/5

Setup development environment for Drupal on windows 10

Being a Drupal developer, I would prefer to work on a Mac or Linux (Ubuntu) operating system for fast and hassle-free development work, but sometimes you will not get such preferences, may be due to organizations’ norms.

Assume you have a Windows machine for local development and have been assigned to a Drupal project, and you have now configured your local machine for the Drupal project.

In this post, I'll walk you through the steps for setting up a local development environment for Drupal.

0/5