🇪🇸 Conectar la base de datos de drupal en PHPStorm y VSCode (Local y Servidor)

Aprende cómo conectarte a la base de datos de Drupal desde PhpStorm y VSCode, tanto en local con DDEV como en un servidor remoto usando SSH.
🇬🇧 Solr Master Cheat Sheet

Solr Master Cheat Sheet is a comprehensive guide to advanced Solr query capabilities, tailored for working Lucidworks Fusion or standalone Apache Solr.
🇬🇧 Configure PHPCS and PHPStan in DDEV for Drupal

Set up PHP_CodeSniffer and PHPStan in your Drupal project running with DDEV. Improve code quality with static analysis and Drupal coding standards using Composer and custom config files.
🇬🇧 Configure apache solr with DDEV

Learn how to set up Apache Solr with DDEV in minutes. This step-by-step guide walks you through installing the Solr add-on, configuring your environment, fixing common macOS credential issues, and creating a custom Solr core—perfect for local development and testing.
🇬🇧 How to Write Your First Functional Test in Drupal 10

Learn how to write and run your first functional test in Drupal 10 using PHPUnit and DDEV — from file setup to successful test execution.
🇪🇸 Configurando PHP_CodeSniffer en PhpStorm para proyectos Drupal en macOS

Guía para detectar errores y mejorar la calidad del código Drupal con PHP_CodeSniffer en PhpStorm.