OneOffTech / laravel-tus-upload

A package for handling resumable file uploads in a Laravel application via the http://tus.io/ resumable file upload protocol.
https://oneofftech.xyz/open-source/
MIT License
50 stars 13 forks source link

updated config file to support published configuration #34

Closed jewishmoses closed 4 years ago

jewishmoses commented 4 years ago

When using php artisan vendor:publish --tag=tusupload-config the php artisan tus:start stops working caused by incorrect path.

avvertix commented 4 years ago

Thanks, I'll test the changes.

avvertix commented 4 years ago

Thanks for spotting the configuration issue, I tested it and it works.