H5P Views Drupal Module
This Drupal module extends H5P to expose more data to views.
The newest blog posts are available below. You can also use the tag list in the sidebar to jump to posts about a specific topic.
This Drupal module extends H5P to expose more data to views.
PHP Linting and CS Testing in VS Code and as CI/CD jobs can help reinforced Drupal best practices.
Using GitLab CI/CD to deploy new containers with Docker swarm, and run the Drupal database update script.
A simple job to prune old Docker objects on a runner.
A script to run on first build of the local dev environment including supporting Playwright, pa11y, and phpunit.
The devcontainer file specifies how VS Code will run this environment, including extensions, settings, and scripts.
Docker Compose for the Drupal setup, including a two-tiered approach for differentiating local.
How to build a project's Docker image in a GitLab CI/CD job and store it in the GitLab container registry.
Key scripts for a Drupal Docker setup includes connecting to and building the database, setting up key files with variables, and running Apache.
A Dockerfile for a Drupal dev environment including Apache, PHP, and XDebug, with some variation by environment.