Sorry for the probably stupid question.
Previously when I was looking for a module, the page was also indicated the line for installing the module via composer currently I can't find it. I did the test with field group
It means that to do the installation of any module is enough
  type composer require <module name> present in the page uri?

Comments

VM’s picture

yes.

Gae58’s picture

Thanks

John Pitcairn’s picture

You need the Drupal repository too:

composer require drupal/module_name

Gae58’s picture

Thanks