Skip to main content

๐Ÿ“˜ Understanding Drupal: A Complete Guide to Caching Layers โ€” my new book is out now!

[2021-10-20]

Upgrading Drupal should be and can be pretty easy with Composer. However, we currently have two or three packages that need to be updated whenever a new version of Drupal core comes out.

  • drupal/core-recommended โ€“ Drupal core, itself
  • drupal/core-composer-scaffold โ€“ Composer scaffolding for required files
  • drupal/core-dev โ€“ Test and quality dependencies

Using Composer's wildcard abilities, we can get these upgraded in one shot:

composer update "drupal/core*" -W

The -W flag ensures all of the dependencies required by these packages are also updated.

[2021-10-12]

PHPStan development sponsored by Esteemed!

#phpstan #open source #sponsored

I am excited to announce my latest live stream sponsor โ€“ Esteemed! Esteemed is an AI-powered talent management and career solutions provider for digital professionals (founded by a bunch of Drupal folk and has a large Drupal talent pool network!)

[2021-06-06]

What is the deployment identifier in Drupal?

#drupal

Did you know that Drupal has a deployment identifier? This deployment identifier triggers different actions in Drupal and can be used to streamline your Drupal deployments. In this video, I will walk through how the deployment identifier is used and how you set it.