A cartoon figure sitting at a laptop with logos floating behind them

Our Blog

Look behind the curtains and see how beautiful things happen.

CMI 2 at DrupalCon Europe 2020

Configuration management initiative update and recap of DrupalCon Europe 2020

Last week was the virtual DrupalCon Europe and I had the pleasure to present CMI 2 updates together with Moshe Weitzman. Attached to this post are the slides.

How to maintain Drush commands for Drush 8 and 9 and Drupal console with the same code base.

Config Split treats all the cli the same.

Drupal 8.4 and its upgrade to Symfony 3 has made the compatibility of the global Drush 8 a bit more challenging. Drush 9 works with Drupal 8.4 but it is not stable yet and the format of how third party Drush commands are made has changed significantly.

Packaging and reusing configuration in Drupal 8

Bringing "reusable features" to Drupal 8.

This is a preview of Nuvole’s training at DrupalCon Amsterdam: An Effective Development Workflow in Drupal 8.

Typing less in Drush: aliases and autocompletion

How to work more efficiently with some Drush-Bash tricks

While Drush is a big time saver, the textbook version of some commands can become lenghty at times:

Development sandbox with Git and Drush

Keep things neat.

I bet every Drupal developer keeps a Drupal installation as local sandbox where they try out code snippets, maintain modules or generate patches to be contributed back to the community. If not well maintained this installation will, day after day, grow into a chaotic mess of content and settings. Having separate Drupal installations for each project we work on would be a good solution here.