Drupal automatic updates is coming

Drupal automatic updates is a feature that will automatically install new Drupal core updates when they are released. This can be done without you having to lift a finger!

How to upgrade Drupal to PHP 8 with Composer

Drupal 10 (release end 2022) needs PHP 8. It will not be possible to run Drupal 10 on PHP 7 or earlier.

How to upgrade from Drupal 8 to 9 with composer [blog post + screen cast]

This blogposts gives you a summary on how to upgrade to drupal 9 and fix all composer issues.

How to programmatically update an entity reference field in drupal 8

Drupal 8 is becoming more and more API-first based. This means a lot of imports and exports of data will be done. A thing you might face here, is that the updating of entity reference fields is a bit tricky. Here I'll show you how it is done.

Create paragraphs and attach to node programmatically in drupal 8

Paragraphs give great power to drupal 8. This code will show you how you can add them programmatically, for example when importing stuff.

Disable block caching in drupal 8

When creating custom blocks, sometimes you need to make sure the block is never cached f.e. when including dynamic links. 

Access the parent paragraph inside child paragraph with Twig in Drupal

Sometimes you need to know inside which parent paragraph the current paragraph you are working in is. Here is how to do it in Twig.

SEO-Friendly URL Aliases based on parent menu links in Drupal

Learn how to create SEO-friendly URL aliases in Drupal that take the parent menu link as a pattern, using the Pathauto module for a structured and easy-to-navigate website.

Fixing Drupal configuration dependency issues using Drush commands

In this blog post, we'll discuss how to resolve configuration dependency issues in Drupal using Drush commands.

How to use a custom Twig template with a render element in Drupal 10

In this blog post, we will walk you through the process of using a custom twig template with a render element in Drupal 10

Subscribe to Drupal