https://github.com/dynamic/silverstripe-site-tools
Tools to build common functionality in SilverStripe sites.
https://github.com/dynamic/silverstripe-site-tools
hacktoberfest silverstripe
Last synced: 6 months ago
JSON representation
Tools to build common functionality in SilverStripe sites.
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-site-tools
- Owner: dynamic
- License: bsd-3-clause
- Created: 2020-01-09T03:05:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T19:42:47.000Z (11 months ago)
- Last Synced: 2024-11-21T04:57:06.543Z (7 months ago)
- Topics: hacktoberfest, silverstripe
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Silvertripe Site Tools
Tools to build common functionality in SilverStripe sites.
[](https://github.com/dynamic/silverstripe-site-tools/actions/workflows/ci.yml)
[](https://codecov.io/gh/dynamic/silverstripe-site-tools)[](https://packagist.org/packages/dynamic/silverstripe-site-tools)
[](https://packagist.org/packages/dynamic/silverstripe-site-tools)
[](https://packagist.org/packages/dynamic/silverstripe-site-tools)
[](https://packagist.org/packages/dynamic/silverstripe-site-tools)## Requirements
* Silverstripe ^5
* silvershop/silverstripe-hasonefield ^4
* silverstripe/linkfield: ^4
* symbiote/silverstripe-gridfieldextensions ^4
* unclecheese/display-logic ^3## Installation
```
composer require dynamic/silverstripe-site-tools
```## License
See [License](license.md)## Upgrading from version 3
This module drops `gorriecoe/silverstripe-linkfield` usage in favor of `silverstripe/linkfield`.
## Maintainers
* [Dynamic](http://www.dynamicagency.com) ()## Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots
and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version,
Operating System, any installed SilverStripe modules.Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
## Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.