Imgix integration.
Make sure all dependencies have been installed before moving on:
Install via Composer:
$ composer require helick/imgix
Update your application config by declaring the following:
Config::define('IMGIX_DOMAIN', env('IMGIX_DOMAIN'));
Update your env variables by declaring the following:
IMGIX_DOMAIN=demo.imgix.net
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email evgenii@helick.io instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.