How to Install Module with Composer
We can install any module using composer to get full pack of it with latest versions. For few modules we don't get command promt directly, in that case you can install it using with module name with composer . For reference just go through below command and use it like pro for your module installtions
composer require drupal/admin_toolbar
you can repalce admin_toolbar with your required module machine name which will come when you open module in drupal.org
How to install Module with Composer
Post a comment
Your email address will not be published. Required fields are marked*