thewebmen/silverstripe-elemental-grid

This package is abandoned and no longer maintained. The author suggests using the https://github.com/wedevelopnl/silverstripe-elemental-grid package instead.
There is no license information available for the latest version (5.0.1) of this package.

Elemental grid module

Installs: 18 562

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 7

Forks: 11

Open Issues: 9

Type:silverstripe-vendormodule


README

Introduction

This module converts the elemental module (https://github.com/silverstripe/silverstripe-elemental) into a grid module.

Overview

Requirements

  • silverstripe/framework ^4.0
  • dnadesign/silverstripe-elemental ^4.0
  • unclecheese/display-logic ^2.0
  • wedevelopnl/silverstripe-media-field ^3.0
  • jonom/focuspoint ^4.0

Installation

composer require wedevelopnl/silverstripe-elemental-grid

Further configuration

For more information about configuration, check out the documentation in the docs directory.

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.