Skip to content

Instantly share code, notes, and snippets.

@peterfox
Created March 8, 2020 10:46
<?php
// provide the base64 versions of the image
return view('__tinker__::tinker', [
'old' => base64_encode($old->getimageblob()),
'new' => base64_encode($new->getimageblob())
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment