Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heimrichhannot/contao-entity_generator


https://github.com/heimrichhannot/contao-entity_generator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Entity Generator

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

![alt myModulePreview](docs/screenshot.png)

*Module config preview*

## Features

### Modules

Name | Description
---- | -----------
ModuleEntityGenerator | A backend module for generating new entities from scratch

## Known Issues
- not all of the possibilities of the Contao DCA API are configurable, yet