wedevelopnl / silverstripe-elemental-list-items
List items module
Installs: 1 472
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- silverstripe/framework: ^5.0
- symbiote/silverstripe-gridfieldextensions: ^4.0
- unclecheese/display-logic: ^3.0
- wedevelopnl/silverstripe-icon-manager: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.20
Suggests
- wedevelopnl/silverstripe-elemental-grid: Our base elemental grid with customizable column widths to make the grid element work
This package is auto-updated.
Last update: 2024-10-27 08:14:51 UTC
README
This module adds functionality to create a set of list items in a collection, which can be used in various grid elements. Also a custom set of list items can be made on the fly in a grid element itself.
Requirements
- See
composer.json
requirements
Installation
composer require wedevelopnl/silverstripe-elemental-list-items
License
See License
Maintainers
Development and contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See read our contributing document for more information.
Getting started
We advise to use Docker/Docker compose for development.
We also included a Makefile to simplify some commands
Our development container contains some built-in tools like PHPCSFixer
.
Getting development container up
make build
to build the Docker container and then run detached.
If you want to only get the container up, you can simply type make up
.
You can SSH into the container using make sh
.
All make commands
You can run make help
to get a list with all available make
commands.