fix: provide correct temporary directory outside of `vendor/`

This commit is contained in:
Valentin Lab
2025-10-15 13:19:10 +02:00
parent b7e3eefed6
commit 158bc4fd57
2 changed files with 2 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ return [
* The path where to store temporary files while performing image conversions.
* If set to null, storage_path('media-library/temp') will be used.
*/
'temporary_directory_path' => null,
'temporary_directory_path' => env('MEDIA_LIBRARY_TEMP_PATH', storage_path('media-library/temp')),
/*
* The engine that should perform the image conversions.