- Issue created by @prashant.c
Currently, Drupal.org project pages for Recipe projects (e.g., Events Calendar, Drupal CMS AI) do not display the Composer command needed to install them.
However, Recipes can be installed via Composer using:
composer require [recipe_name]
For example: composer require drupal_cms_ai
Since Composer is the recommended way to install Recipes, it would be helpful if Drupal.org automatically displayed the correct installation command on the project page—similar to how it does for modules and themes.
This would improve discoverability and ease of installation for users.
Relevant Slack discussion: Slack thread
Would it be possible to update the project pages to include this information?
Visit any recipe page on Drupal.org e.g: https://www.drupal.org/project/events_registration →
Provide the composer command on the project page.
Active
11.0
Code