The Contao Maker bundle allows you to generate Content Elements, Frontend Modules and Hooks using interactive commands.
Run this command to install and enable this bundle in your application:
composer require contao/maker-bundle --dev
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
Contao is licensed under the terms of the LGPLv3.
Visit the support page to learn about the available support options.