con4gis / framework
The framework brick of the Contao GIS-kit con4gis. Useful for developing frontend modules.
Installs: 486
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Language:JavaScript
Type:contao-bundle
Requires
- php: ^8.0
- ext-json: *
- con4gis/core: ^7.1
- con4gis/maps: ^8 || ^9
- contao-components/jquery: ^3.7
- contao/core-bundle: ^4.9
- menatwork/contao-multicolumnwizard-bundle: ^3.6
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
- dev-main / 1.1.x-dev
- v1.1.25
- v1.1.24
- v1.1.23
- v1.1.22
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.34
- v1.0.33
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-11-05 19:55:37 UTC
README
Overview
The frontend framework of the Contao GIS-kit con4gis. Useful for developing frontend modules. Features include:
- Development of frontend lists, tables, pages and forms
- Wide variety of different field types: from simple text or number fields to complex tools such as geopickers or text editors.
- Easy configuration via simple modules
- Easy to extend
Installation
Via composer:
composer require con4gis/framework
Alternatively, you can use the Contao Manager to install the con4gis-FrameworkBundle.
Requirements
- Contao (4.9.x LTS or latest stable release)
- CoreBundle (latest stable release)
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.