Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Drush for Windows. Let's get started.

17/04/2025, by Ivan

In the previous article, we discussed how to install Drush. In this article, we’ll look at how to work with it.

Launch the Windows command prompt: Start – Run – the “cmd” utility.

Drupal drush

For working with the command line, we’ll need the following commands:

dir – displays a list of files and folders in the current directory.

cd – command to navigate into a subdirectory. For example, if there is a folder called “home” on drive Z:, enter Z:\>cd home

cd.. – moves up to the parent directory. For example, if you are in the “home” directory, enter Z:\home>cd..

...