bluecadet / bluecadet_utilities

3 stars 0 forks source link
drupal drupal-module module

Versions

1.x Branch

Completely old and outdated... do not use.

2.x Branch

< Drupal 8.9 compatable

3.x Branch

Drupal 8.9 and Drupal 9 Compatible.

4.0.x Branch

Drupal 9 Compatabile. Due to twig file loading easiest to keep seperate branches for D9 and D10.

4.1.x Branch

Drupal 10 Compatabile. Due to twig file loading easiest to keep seperate branches for D9 and D10.

Includes

Submodules


Not using Composer

If you are not using composer, you can delete all unneeded files.

Using Composer

If you are using composer to manage Drupal modules, make sure you add custom location for this module to be downloaded to. You must add the installer types line as well as the location for the module.

  ...
  "installer-types": ["custom-drupal-module"],
  "installer-paths": {
    "web/core": ["type:drupal-core"],
    "web/modules/contrib/{$name}": ["type:drupal-module"],
    "web/modules/custom/{$name}": ["type:custom-drupal-module"],
    "web/profiles/contrib/{$name}": ["type:drupal-profile"],
    "web/themes/contrib/{$name}": ["type:drupal-theme"],
    "drush/contrib/{$name}": ["type:drupal-drush"]
  },
  ...

Changelog

4.0.3

4.0.2

4.0.1

8.x-3.0.3

8.x-3.0.2

8.x-3.0.1