heimrichhannot / contao-entity_generator
A module for automatically generating contao entities in a comfortable and extensible way.
Installs: 822
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: ^5.4 || ^7.0 || ^8.0
- contao-community-alliance/composer-plugin: ^3.0
- contao/core-bundle: ^4.1
- heimrichhannot/contao-haste_plus: ^1.6
- heimrichhannot/contao-multi_column_editor: ^1.2
This package is auto-updated.
Last update: 2024-10-16 20:31:22 UTC
README
A module for automatically generating contao entities in a comfortable and extensible way. All functionality is controlable using the backend entity "Entity Generator".
The following files/folders can be created:
- assets/* (including .htaccess for direct access)
- config/config.php
- dca/tl_*.php
- dca/tl_user.php
- dca/tl_user_group.php
- languages/de/modules.php
- languages/de/tl_*.php
- languages/de/tl_user.php
- languages/de/tl_user_group.php
- models/*Model.php
Module config preview
Features
Modules
Known Issues
- not all of the possibilities of the Contao DCA API are configurable, yet