Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 214 Bytes

File metadata and controls

22 lines (13 loc) · 214 Bytes

Composer

Install a module

composer require drupal/<modulename>

Update a module

composer update drupal/<modulename>

Remove a module

composer remove drupal/<modulename>