webexmachina / contao-grid
Grid for Contao Open Source CMS
Installs: 439
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Type:contao-bundle
Requires
- php: ^7.4|^8.2
- ext-json: *
- contao-community-alliance/composer-plugin: *
- contao/core-bundle: ^4.13 || ^5.3
- contao/manager-plugin: ^2.0
- webexmachina/contao-utils: ^2.0
Requires (Dev)
- codeception/codeception: ^4
- codeception/module-asserts: ^2.0
- contao/test-case: ^5.3
- phpunit/phpunit: ^9.5
- rector/rector: ^1.1
- dev-master
- dev-main
- 1.0.x-dev
- 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
- 1.0.0-rc11
- 1.0.0-rc10
- 1.0.0-rc9
- 1.0.0-rc8
- 1.0.0-rc7
- 1.0.0-rc6
- 1.0.0-rc5
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-php-8-2-preparation
- dev-fix-subgrid-not-spanning
- dev-fix-php8
- dev-dependabot/composer/nyholm/psr7-1.7.0
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-dependabot/composer/symfony/http-kernel-5.4.20
- dev-dependabot/composer/symfony/security-bundle-5.4.20
This package is auto-updated.
Last update: 2024-11-04 08:40:58 UTC
README
Help backend users to build grids the most efficient way possible.
Functionnalities
- Configure grids in backend
- Use a preset or specific settings for each item
- Add your own presets
- Preview the result in backend
System requirements
- Contao 3.*
- Contao 4.* (Manager Edition)
Installation
Clone the extension from Packagist (Contao 4 - Manager Edition)
Unit-testing with docker
A docker
folder is present in the project, it contains everything needed to run project's unit-tests.
In your terminal, just type :
./docker/build.sh
The script will give you all options to run a working contao in a docker environment.
All the informations regarding path, ports and everything else are located in the docker/.env file
Documentation
License
This extension is licensed under the terms of the Apache License 2.0. The full license text is available in the main folder.
Getting support
Visit the support page to submit an issue or just get in touch :)
Installing from Git
You can get the extension with this repository URL : Github