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

Add Laravel 5.8 and 6.x #21

Closed avvertix closed 4 years ago

avvertix commented 4 years ago

Closes #22

This pull request add support for using the package on Laravel 5.8 and Laravel 6.x. Contextually it drops PHP 7.0 support and require PHP 7.1 as the minimum PHP version