Alireza Hassani 4 years ago
commit 56a60e81ba

8077
composer.lock generated

File diff suppressed because it is too large Load Diff

@ -129,7 +129,7 @@ return [
* The engine that should perform the image conversions.
* Should be either `gd` or `imagick`.
*/
'image_driver' => 'imagick',
'image_driver' => env( 'IMAGE_DRIVER','imagick'),
/*
* FFMPEG & FFProbe binaries paths, only used if you try to generate video

Loading…
Cancel
Save