enter image description here[enter image description here][2] Error:- Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined function imagecreatefromjpeg()
Function trigger:$image = imagecreatefromjpeg($source);
// $source - some path of the image
called from: helper(laravel-framework of php)
Description:Function call works fine when called from controller but it is not woirking when called from Job
First attempt:Gd library is enabled in php.ini file
Any one faced this issue?