Drupal Life Hack’s guide details how to configure a custom permission provider service for Drupal 9/10, covering YAML setup, service definitions, and integration with Drupal’s permissions system to streamline module-specific access control.
...more
The Feeds module enables easy import from various formats, such as CSV, JSON, and XML. By setting up a structured “Feeds Type” configuration, users can map CSV columns to specific Drupal fields—be they product titles, tags, or images.
...more
Drupal developer Pasan Gamage offers a clear, practical guide to configuring and running PHPUnit tests for Drupal projects in DDEV. His step-by-step breakdown covers setup requirements, environment configuration, and testing execution, providing Drupal developers with an essential resource for efficient testing.
...more
Bartłomiej Filipiuk from Droptica provides a guide on building a product search engine for Drupal sites using Apache Solr. The article covers setup and configuration, making searches faster and more efficient for e-commerce platforms.
...more
Specbee’s latest post by Priyanka Phukan provides a practical guide on maintaining and recovering SEO rankings post-Drupal 11 migration. It covers essential audits, URL management, metadata updates, and ongoing SEO monitoring to ensure a smooth transition without losing search visibility.
...more
Using example commands, the article illustrates setting up standard text formats and editor configurations within Drupal 10. Three key recipes—basic_html_format_editor, restricted_html_format, and full_html_format_editor—are applied to grant appropriate role-based access, making it simpler to transition D7 configurations to D10.
...more
The post provides a step-by-step guide to achieving a non-destructive Drupal installation. Key steps include preparing the development environment, ensuring the settings file connects to the existing database, and using the `drush site:install --existing-config` command to bypass database deletion.
...more
The video showcases the ease and flexibility of combining Drupal with Nuxt 3, providing valuable insights for developers interested in leveraging Headless Drupal in their projects. This video is part of a larger course, which can be accessed on CursoDrupal.com.
...more
Developers know the challenges of hunting through various sources like Drupal.org and Stack Overflow for reliable code snippets. The book bridges this gap by offering a curated selection of relevant examples, supplementing the highly-regarded Examples module. The guide is published as an open-source project, inviting contributions from the community.
...more
Clayton Dewey from Dev Collaborative provides a guide to installing Google Search Console on Drupal and WordPress websites. Learn how to set up, verify, and integrate GSC with analytics tools to track search queries and optimize content strategy effectively.
...more
The process begins by retrieving the latest codebase from Pantheon’s Git repository, downloading the database and media files, and removing Pantheon-specific configurations. On AWS, setting up an EC2 instance with appropriate CPU, memory, and storage requirements is crucial.
...more
WebProfiler stands out for its range of diagnostic features. It tracks resource usage, such as database queries, memory consumption, and page load times, giving developers insights into site speed.
...more