Did you install and enabled the imagick extension for php..? on windows you need to comment the line from php.ini
You can also use GD library which comes by default, (usually)
$manager = new ImageManager(array('driver' => 'gd'));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community