I need to use Imagick in a Laravel project to convert an SVG to a PNG.
So far I have been unable to get it to work, Laravel keeps getting an error.
use Imagick;
in a function:
$image = new Imagick();
leads to
FatalThrowableError: Class 'Imagick' not found
We made sure that the extension is installed on the server, running
extension_loaded('imagick')
returns true.
What are we missing?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire