Update image config

pull/5992/head
Daniel Supernault 6 months ago
parent 98ba874081
commit ff503bf439
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -7,11 +7,11 @@ return [
| Image Driver
|--------------------------------------------------------------------------
|
| Intervention Image supports "GD Library", "Imagick" and "libvips" to process
| Intervention Image supports "GD Library" or "Imagick" to process
| images internally. You may choose one of them according to your PHP
| configuration. By default PHP's "GD Library" implementation is used.
|
| Supported: "gd", "imagick", "libvips"
| Supported: "gd", "imagick"
|
*/
'driver' => env('IMAGE_DRIVER', 'gd'),

Loading…
Cancel
Save