wodby / docker4drupal

Docker-based Drupal stack
https://wodby.com/docker4drupal
MIT License
1.23k stars 533 forks source link

How to add a module to a Built-in vanilla Drupal installation with the use of composer? #558

Closed justmeonthegit closed 8 months ago

justmeonthegit commented 8 months ago

Codebase Built-in vanilla Drupal

Describe your issue I want to add modules to the drupal built in plan vanilla drupal version with the use of composer. how to do that?

csandanov commented 8 months ago

you can shell to the drupal container via make shell and then use composer require as usual

justmeonthegit commented 8 months ago

Great, I understand. Thxs