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

Dependies Error #65

Closed MaxKuz67 closed 1 year ago

MaxKuz67 commented 1 year ago

Help!

Run composer require oneofftech/laravel-tus-upload

Problem 1

How to fix?

avvertix commented 1 year ago

Hi @MaxKuz67 are you requiring it in a Laravel 9 project?

MaxKuz67 commented 1 year ago

Hi @MaxKuz67 are you requiring it in a Laravel 9 project?

Yes, Laravel 9

avvertix commented 1 year ago

Currently the package doesn't support Laravel 9. As you can see in composer.json we depend on Laravel 6, 7 or 8

MaxKuz67 commented 1 year ago

It's very sad :C

avvertix commented 1 year ago

If you want you can submit a pull request to change the necessary files to support Laravel 9. I will be more than happy to review it and merge it

MaxKuz67 commented 1 year ago

If you want you can submit a pull request to change the necessary files to support Laravel 9. I will be more than happy to review it and merge it

But I don't know how :( I would be very grateful if you could find the time and make support for Laravel 9

avvertix commented 1 year ago

I'll try over the weekend

MaxKuz67 commented 1 year ago

I'll try over the weekend

Thank you very much

avvertix commented 1 year ago

I just tagged version 0.11.0 that ensure you can require the package in a Laravel 9 project.

For your knowledge you can have a look in #66 to see what I had to change