Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heimrichhannot/contao-entity_generator
https://github.com/heimrichhannot/contao-entity_generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-entity_generator
- Owner: heimrichhannot
- Created: 2015-11-20T14:35:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T14:08:35.000Z (over 3 years ago)
- Last Synced: 2024-10-31T12:44:48.642Z (about 2 months ago)
- Language: PHP
- Size: 179 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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