The maker bundle allows you to generate content elements, front end modules, event listener, callbacks and hooks using interactive commands.
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.
Run this command to install and enable the bundle in your application:
composer require contao/maker-bundle --dev
This bundle provides several commands under the make:
namespace. You can list them all with the following command:
php bin/console list make:contao
Available commands for the "make:contao" namespace:
make:contao:content-element Creates a new content element
make:contao:dca-callback Creates a new DCA callback listener
make:contao:event-listener Creates a new event listener
make:contao:frontend-module Creates a new front end module
make:contao:hook Creates a new hook listener
Contao is licensed under the terms of the LGPLv3.
Visit the support page to learn about the available support options.