thewebmen / silverstripe-elemental-grid
此包已被废弃且不再维护。作者建议使用 https://github.com/wedevelopnl/silverstripe-elemental-grid 包代替。
此包的最新版本(5.1.1)没有提供许可证信息。
元素网格模块
5.1.1
2024-07-23 09:59 UTC
Requires
- php: ^8.0
- dnadesign/silverstripe-elemental: ^5.0
- jonom/focuspoint: ^5.0
- silverstripe/admin: ^2.0@stable
- silverstripe/framework: ^5@stable
- silverstripe/vendor-plugin: ^2.0
- wedevelopnl/silverstripe-media-field: ^4.0
Requires (Dev)
- dev-main
- dev-master
- 5.1.1
- 5.1
- 5.0.1
- 5.0.0
- 5.0.0-alpha2
- 5.0.0-alpha1
- 4.0.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0
- 0.02
- 0.01
- 0.1
- dev-fix/media-variables
- dev-feature/tailwind
- dev-feature/wdm-59
- dev-feature/wdm-51
- dev-dependabot/npm_and_yarn/postcss-8.4.31
- dev-dependabot/npm_and_yarn/graphql-16.8.1
- dev-silverstripe-5-compatiblity
- dev-feature/fe-fixes
- dev-dependabot/npm_and_yarn/word-wrap-1.2.5
- dev-merged-branch
- dev-feature/ss-5-and-media-tools
- dev-fix/build-errors
- dev-feature/add-to-bottom-or-top
- dev-feature/WDM-36_anchor_links
- dev-bugfix/fix-template-directory
This package is auto-updated.
Last update: 2024-08-29 07:50:33 UTC
README
简介
本模块将元素模块(https://github.com/silverstripe/silverstripe-elemental)转换为网格模块。
要求
- silverstripe/framework ^4.0
- dnadesign/silverstripe-elemental ^4.0
- unclecheese/display-logic ^2.0
- wedevelopnl/silverstripe-media-field ^3.0
- jonom/focuspoint ^4.0
安装
composer require wedevelopnl/silverstripe-elemental-grid
进一步配置
有关配置的更多信息,请查看 docs
目录中的文档。
许可证
见 许可证
维护者
开发和贡献
欢迎提交拉取请求。对于重大更改,请首先提出问题以讨论您想要进行哪些更改。
有关更多信息,请参阅我们的 贡献 文档。
入门
我们建议在开发时使用 Docker/Docker compose。
我们还包含了一个 Makefile,以简化一些命令。
我们的开发容器包含一些内置工具,如 PHPCSFixer
和 yarn
。
启动开发容器
使用 make build
构建 Docker 容器,然后分离运行。
如果您只想启动容器,只需输入 make up
。
您可以使用 make sh
SSH 进入容器。
前端
Webpack 和 yarn 用于编译前端资源。
如果您使用 Docker 环境,只需运行 make yarn-watch
以监视更改或运行 make yarn-build
以构建资源(已压缩且适用于生产!)
所有 make 命令
您可以通过运行 make help
获取所有可用的 make
命令列表。