logo

Palette - Make it Colorful🎨

Palette - Visual Page Builder, no design degree required.

Live Demo Download Palette

Scroll
05/03/2024, by Ivan

Easiest way to create a new EPT module is Drush command (for Drush 12+). To use this command, you need to enable EPT Core Starterkit module:

EPT Starterkit

After that generator EPT modules will be available:

drush generate ept:module

Start machine name with ept_* prefix, it's required for working all EPT modules.

05/03/2024, by Ivan

You can install EPT modules with Composer as usual Drupal module, for example EPT Slideshow:

composer require drupal/ept_slideshow


All dependencies will be automatically downloaded and you don't need to manipulate with your composer.json file manually. That's main idea of all EPT modules to install and use them in few clicks, without any specific skills.