I\'m trying to upload image using vue.js and laravel using following code to upload base64 imaage
$image = str_replace(\'data:image/jpeg;base64,\', \'\', $images)