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

Laravel 5.6 Support #1

Closed s1rc closed 6 years ago

s1rc commented 6 years ago

Would like to implement Tus.io on our Laravel app, however I cannot install because of package requirements for illuminate/events 5.4.* etc.

avvertix commented 6 years ago

Oh, I haven't tested it on Laravel 5.5 or 5.6 yet, but I will be glad to help in lifting that strict requirement

s1rc commented 6 years ago

Awesome thanks! Looking forward to testing this!

avvertix commented 6 years ago

The pull request is almost ready, needs to be tested on a clean Laravel 5.6 installation.

avvertix commented 6 years ago

@s1rc release 0.4.0 is out with support for Laravel 5.6. If you find any problem do not hesitate to fill an issue

s1rc commented 6 years ago

Thanks! Looking forward to testing.

ryanrapini commented 5 years ago

Anything I can do to help bumping this to support 5.7?

avvertix commented 5 years ago

Yes, sure. We accept pull requests. Feel free to submit one that add support for Laravel 5.7