1up-lab / contao-maker-bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 100.0%