wedevelopnl / silverstripe-elemental-media
Elemental media module
Installs: 2 000
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 4
Requires
- php: >=8.1
- silverstripe/cms: ^5@stable
- silverstripe/display-logic: ^3.0
- silverstripe/vendor-plugin: ^2.0
- wedevelopnl/silverstripe-media-field: ^4.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-15 11:55:36 UTC
README
Requirements
- See
composer.json
requirements
Installation
composer require wedevelopnl/silverstripe-elemental-media
Usage
This module introduces an elemental media block to the elemental-grid module
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
and yarn
.
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
.
Front-end
Webpack and yarn are used to compile front-end assets.
If you use the Docker environment, you can just run make yarn-watch
to watch for changes or run make yarn-build
to build assets (minified and production ready!)
All make commands
You can run make help
to get a list with all available make
commands.