/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
config/images.php
20 строк
537 B
Taylor Otwell
rename file
20 июл 2026, 20:35
20 июл 2026, 20:35
ccd1bde
Код
Авторство
О чём код?
<?php return [ /* |-------------------------------------------------------------------------- | Default Image Driver |-------------------------------------------------------------------------- | | This option controls the default image processing driver that will be | used when manipulating or converting images. This driver is always | utilized unless another driver is explicitly specified instead. | | Supported: "gd", "imagick" | */ 'default' => env('IMAGE_DRIVER', 'gd'), ];