Module for using remote versions of image files when copying a site to a local environment. Inspired by the Silverstripe Asset Proxy for SilverStripe 3.
composer require evanshunt/silverstripe-remote-images
Set a remote host in your .env
file
REMOTE_IMAGES_PROXY_HOST=http://example.com
Files are downloaded locally, but not totally recognized by the CMS, leading to some not being cropped and issues in the assets admin area.