From 9ca078a215a1467064b28caecc215171eea8c7e2 Mon Sep 17 00:00:00 2001 From: Chabadrichmond <info@chabadofrichmond.com> Date: Thu, 31 Aug 2023 07:00:13 +0000 Subject: [PATCH] Update index.md to publish assets (got idea from https://stackoverflow.com/questions/76925036/civicrm-menu-not-showing-in-drupal-9) --- docs/drupal/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/drupal/index.md b/docs/drupal/index.md index f76f7f5..3ac9292 100644 --- a/docs/drupal/index.md +++ b/docs/drupal/index.md @@ -65,6 +65,7 @@ cd /var/www/d9.example.org composer config extra.enable-patching true composer config minimum-stability dev composer require civicrm/civicrm-{core,packages,drupal-8}:'~5.42' +composer civicrm:publish ``` You should adjust the example path (`/var/www/d9.example.org`) and the example version (`~5.42`) as needed. -- GitLab