read IMAGE_DRIVER from env ('gd' or 'imagick')
@@ -15,6 +15,6 @@ return [
|
*/
- 'driver' => 'gd',
+ 'driver' => env('IMAGE_DRIVER', 'gd'),
];