guave/insertmodulebyalias-bundle

Insert Module by Alias Insert Tag for Contao 5.0+

Installs: 2 419

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Type:contao-bundle

pkg:composer/guave/insertmodulebyalias-bundle

3.0.0 2026-01-22 06:45 UTC

This package is auto-updated.

Last update: 2026-01-22 06:51:54 UTC


README

This is a utility which lets you reference a module by alias instead of ID. This is important if you have a deployment process with multiple stages, databases and systems that do not ultimately share the same module ids.

The DCA of tl_module is extended by a field "alias".

Requirements

  • Contao 5.0+
  • PHP 8.1+

Install

$ composer require guave/insertmodulebyalias-bundle

Usage

To load a module you can use the following syntax in your templates:

{{insert_module_alias::modulealias}}

If you need modules for specific languages, add the language to the alias like _en and then load it in your template with:

{{insert_module_alias::modulealias_en}}

Since Contao 4.13 you can also create a "Root page dependent Modules" Module. There you can select which module should be loaded for each root page.