Most Recent Articles

29.10.2020
Posted by Matthew Grasmick
Incredulous? Let me explain. Setting up a local development environment for Drupal has always been painful. There are so many options out there (Lando, Drupal VM, Docker, DDEV, Docksal, etc.) They each have their pros and cons, but they all share a common characteristic: they run on your own computer. This creates a set of inescapable challenges. With every local development solution, you have to download, install and troubleshoot. Troubleshooting is made especially…
20.10.2020
Posted by Gábor Hojtsy
The primary role of Upgrade Status is to help get your site components updated for Drupal 9 compatibility. Most of your site components are contributed modules. In many cases, either your local copies or the remote available updates will already be compatible. 38% of Drupal 8 compatible modules are now Drupal 9 compatible (3535 out of 9258) and most others have a patch waiting to land to either improve or complete compatibility. Let's look how the role of Upgrade…
09.10.2020
Posted by Marvin Oey
You know the saying, “don’t reinvent the wheel” it also applies to Drupal site building. However, far too often content creators and web ops teams find themselves duplicating and rebuilding the same style and layout across multiple pages again and again. Having to manually reconstruct your Drupal layout for every page that you create using the WYSIWYG editor is not only time consuming, but it also results in the possibility of inconsistencies and a lack of a formalized…
15.09.2020
Introduction This blog is a step-by-step guide for developers to set up a project enabled with Acquia Build and Launch Tool (BLT) on their local Ubuntu machine. BLT is a powerful tool that helps dev teams implement Drupal best practices (automated testing, CI, CD, coding standards) across all of their Drupal projects and Acquia cloud hosting environments. You can also extend BLT with custom BLT commands to perform operations specific to your project. In order to…