Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 340a8af

Browse files
committed
Added a new temporary path package config
1 parent 5df618f commit 340a8af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/config/config.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,14 @@
5454
*/
5555
'route_path' => false,
5656

57+
/*
58+
|--------------------------------------------------------------------------
59+
| Temporary Path
60+
|--------------------------------------------------------------------------
61+
|
62+
| The path that is used temporarily to download remote files.
63+
|
64+
*/
65+
'tmp_path' => storage_path('tmp'),
66+
5767
);

0 commit comments

Comments
 (0)