Closed jewishmoses closed 4 years ago
When using php artisan vendor:publish --tag=tusupload-config the php artisan tus:start stops working caused by incorrect path.
php artisan vendor:publish --tag=tusupload-config
php artisan tus:start
Thanks, I'll test the changes.
Thanks for spotting the configuration issue, I tested it and it works.
When using
php artisan vendor:publish --tag=tusupload-config
thephp artisan tus:start
stops working caused by incorrect path.