Drupal & CiviCRM
Local Development (DDEV)
Pre-steps New Git repo: Initialize new repo. Take care that repo directory is empty, only .g...
Patching
composer require cweagans/composer-patches "enable-patching": true, "patches": { ...
Installation on mijn.host hosting
Clone git repo first, then install Drupal, providing details manually to the installer. composer...
Updating on mijn.host hosting
composer install --no-dev cd ./public_html ../vendor/bin/drush updatedb ../vendor/bin/drush cr...