Skip to main content

Drupal 10

How to Generate Demo Content in Drupal 9, 10, and 11: A Comprehensive Guide
How to Generate Demo Content in Drupal 9, 10, and 11: A Comprehensive Guide

The article provides a guide on how to efficiently generate demo content in Drupal CMS. It highlights the initial lack of default content in a new Drupal installation and offers a streamlined solution to automate content creation using the Devel module. By installing and enabling this module,… Read more

How to Create Custom Drush Commands in Drupal 8/9/10: A Step-by-Step Guide
How to Create Custom Drush Commands in Drupal 8/9/10: A Step-by-Step Guide

This blog provides a comprehensive guide on using Drush, a command-line tool for managing Drupal websites. It covers basic Drush commands, such as drush status for checking site status, drush cr for clearing cache, and drush en [module_name] for enabling modules. The blog also explains how to… Read more

Setting up cypress for automated testing in Drupal 10
Setting Up Cypress for Automated Testing in Drupal 10

Cypress.io is a JavaScript-based automation testing tool tailored for modern web applications. It enables developers to create, debug, and automate tests efficiently within continuous integration workflows. With support for various operating systems like macOS, Linux, and Windows, Cypress offers… Read more

Setting up solr search in drupal 10 on lando
Setting Up Solr Search in Drupal 10 on Lando

In Drupal, content search is typically managed with the Search API module, which includes the default Database Search module. This method is suitable for sites with minimal data but can slow down or break more complex sites with extensive records. To address this, larger sites can use search… Read more