New-site/config/image.php
Dhaverd aa9e28fd06
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 44s
Добавил и настроил админку Voyager
2024-03-22 00:53:29 +08:00

21 lines
508 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Image Driver
|--------------------------------------------------------------------------
|
| Intervention Image supports "GD Library" and "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"
|
*/
'driver' => 'gd'
];