Download the PHP package plato-creative/silverstripe-imgix without Composer
On this page you can find all versions of the php package plato-creative/silverstripe-imgix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plato-creative/silverstripe-imgix
More information about plato-creative/silverstripe-imgix
Files in plato-creative/silverstripe-imgix
Package silverstripe-imgix
Short Description Integrates imgix with silverstripe.
License BSD-3-Clause
Informations about the package silverstripe-imgix
SilverStripe imgix
Integrates imgix with silverstripe.
Requirements
Installation
License
See License
Configuration
Define imgix source in your site config.yml file as below
Set the Imgix class to be used for new Image uploads
Responsive Images
Imgix.js is required for responsive images. Use one of the following methods to install.
Bower:
NPM:
For more information check out the official documentation
Maintainers
- Gorrie [email protected]
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.
Adding to a DataObject
Add a has_one or many_many relationship to "Imgix::class" in the same way you would with "Image::class". See example below
Manipulating images in Templates
All versions of silverstripe-imgix with dependencies
silverstripe/framework Version ^4.0
imgix/imgix-php Version dev-master