Skip to content

Commit e016c9a

Browse files
authored
Merge pull request #34 from jewishmoses/patch-1
updated config file to support published configuration
2 parents abe4387 + 047bf08 commit e016c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/tusupload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|
1212
*/
1313

14-
'executable' => env('TUSUPLOAD_EXECUTABLE') ?: __DIR__ . '/../bin/tusd-',
14+
'executable' => env('TUSUPLOAD_EXECUTABLE') ?: base_path('vendor/oneofftech/laravel-tus-upload/bin/tusd-'),
1515

1616
/*
1717
|--------------------------------------------------------------------------
@@ -22,7 +22,7 @@
2222
|
2323
*/
2424

25-
'hooks' => env('TUSUPLOAD_HOOKS_DIRECTORY') ?: __DIR__ . '/../hooks',
25+
'hooks' => env('TUSUPLOAD_HOOKS_DIRECTORY') ?: base_path('vendor/oneofftech/laravel-tus-upload/hooks'),
2626

2727
/*
2828
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)