logo

Paleta - Deixe colorido🎨

Palette — Construtor visual de páginas. Não precisa ser designer.

Demonstração ao vivo Baixar Palette

Scroll
11/11/2024, by Ivan

Notice: Use Composer installation if it's possible. Without Composer it's hard to update zoo of Drupal modules.

Sometimes we don't have access to console and composer, for example on shared hosting. But you are still able to install EPT modules on it. On each Drupal.org project page you can go by release version link and download EPT modules from Drupal.org one by one:

https://www.drupal.org/project/ept_core

11/11/2024, by Ivan

Notice: Use Composer installation if it's possible. Without Composer it's hard to update zoo of Drupal modules.

Sometimes we don't have access to console and composer, for example on shared hosting. But you are still able to install EBT modules on it. On each Drupal.org project page you can go by release version link and download EBT modules from Drupal.org one by one:

https://www.drupal.org/project/ebt_core

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.