Composer command for getting ECA library are not the right one

Created on 24 June 2024, 8 days ago

Problem/Motivation

Composer command in ECA library are not the right ones.
For example: in https://ecaguide.org/library/simple/send_email_to_users_of_a_given_role/

The documentation give

composer require drupal-eca-recipe/send_email_to_users_of_a_given_role
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/send_email_to_users_of_a_given_role

And in fact, the real composer commands are :

composer require drupal-eca-recipe/eca_lib_0024
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0024

Where "drupal-eca-recipe/eca_lib_0024" is the id in https://packagist.org/

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024