Drupal – Install module using drush

Posted by Rahul Patel | September 8, 2017

In Drupal You can Installing module using command line with Composer, Drush, and Drupal cosnsole

In this blog We can see how to install module from the command line using drush

To Install modules using drush, Use below

drush dl MODULE_NAME

this command download drupal module, for enable this module use below command

drush en MODULE_NAME

reference :- https://www.drupal.org/docs/8/extending-drupal-8/installing-modules-from-the-command-line

Tags
,

Add a comment

*Please complete all fields correctly

Related Blogs

Posted by Rukmi Patel | December 2, 2019
iTreeni Technolabs Outshines at GoodFirms by Providing End-To-End Business Solutions
Empowering clients' business by leveraging technology-enabled solutions endows iTreeni Technolabs to tap into the list of top web development companies in Australia at GoodFirms. View iTreeni Technolabs' GoodFirms' profile to...
MEAN-Vs-Full-stack
Posted by Rukmi Patel | April 9, 2019
Comparing Full Stack V/S MEAN Stack approach
The web and mobile app development services have stepped up to next level in last 5 years. Web and apps are all built utilizing a ‘stack’ of various technologies like...
Posted by Rukmi Patel | September 6, 2018
Headless Drupal or DeCoupled Drupal
Now a days, front-end technologies like Angular, React.js, Backbone.js etc have started attracting audience because of its advantages over traditional rendering approach. Server side frameworks like Laravel, Node.js have already...