Skip to content

Instantly share code, notes, and snippets.

@akroii
Created October 11, 2021 07:54
Show Gist options
  • Save akroii/67621bce3fc0a8a1b8e5137f2e5f28d4 to your computer and use it in GitHub Desktop.
Save akroii/67621bce3fc0a8a1b8e5137f2e5f28d4 to your computer and use it in GitHub Desktop.
create images directly
$imagePath = \Contao\Image::get(…);
(new \Contao\File($imagePath))->createIfDeferred();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment