Skip to content

[READ-ONLY] Contao Maker Bundle

License

Notifications You must be signed in to change notification settings

contao/maker-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contao maker bundle

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.

Installation

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

composer require contao/maker-bundle --dev

Usage

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

License

Contao is licensed under the terms of the LGPLv3.

Getting support

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