Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Backends customization workflow

otar edited this page Jun 7, 2018 · 8 revisions

Adding new custom Drupal modules

  • Custom Drupal modules can be added under backend-donations and backend-gifts services.
  • Custom Drupal modules must be added under web/modules/custom/ directory of backend services.

Instructions

Generate custom Druapl module for backend-donations service using Drupal concole

  1. Go to project's root directory.
  2. Run docker-compose exec be_donations ./vendor/bin/drupal generate:module --module-path="modules/custom" and follow the interactive prompt.

Generate custom Druapl module for backend-gifts service using Drupal concole

Go to project's root directory.

Run docker-compose exec be_donations ./vendor/bin/drupal generate:module --module-path="modules/custom" and follow the interactive prompt.

Donations Service

Clone this wiki locally