Skip to content

1up-lab/contao-maker-bundle

Repository files navigation

The Contao Maker Bundle

CI Total Downloads

The Contao Maker bundle allows you to generate Content Elements, Frontend Modules and Hooks using interactive commands.

Installation

Run this command to install and enable this bundle in your application:

composer require contao/maker-bundle --dev

Usage

This bundle provides several commands under the make: namespace. List them all executing this command:

⇢ php bin/console list make:contao
  [...]

  make:contao:content-element  Creates an empty content element
  make:contao:dca-callback     Creates a dca callback
  make:contao:event-listener   Creates an event listener for a Contao event
  make:contao:frontend-module  Creates an empty frontend module
  make:contao:hook             Creates a hook

License

Contao is licensed under the terms of the LGPLv3.

Getting support

Visit the support page to learn about the available support options.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages