pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
617 stars 167 forks source link

Laravel 6.0 Support #79

Closed TheFrankman closed 5 years ago

TheFrankman commented 5 years ago

Hello There,

Any chance of adding laravel 6.* support ?

Thanks.

TheFrankman commented 5 years ago

@pionl - I have submitted a pull request to update composer.json to allow laravel v6 and also fixed a couple of issues that I came across. This is unlikely to be all of the issues, but chunking with parallel save works. https://github.com/pionl/laravel-chunk-upload/pull/80

angryalf commented 5 years ago

Hello There,

is laravel 6 be work with????

TheFrankman commented 5 years ago

@pionl - any chance you have had a look at this yet ?

Kladislav commented 5 years ago

@pionl - very important issue

TheFrankman commented 5 years ago

@Kladislav - My un-merged pull request resolved all issues I could find : https://github.com/pionl/laravel-chunk-upload/pull/80

It doesn't seem like this repo is being maintained anymore, so i'd just create a fork.

Kladislav commented 5 years ago

@TheFrankman yes, i already forked it. :wink:

paulm17 commented 5 years ago

Unfortunately it's not as simple as getting composer up and running with a private repo. Been at it for 10 mins and keeps asking me for a token. I give up lol.

Can someone please fork this, make changes and make it public?

Or @pionl are you awake mate? We would all appreciate if you can take @TheFrankman changes and update the repo.

Kladislav commented 5 years ago

@paulm17 https://packagist.org/packages/kladislav/laravel-chunk-upload

pionl commented 5 years ago

Sorry guys, had been to busy for GitHub, all merged -- I've will try to find more and resolve all issues and PRS.

PS: @paulm17 If you have your own changes and "overwrite" the packages entry, use the repositories. I do it all the time (instead of version I use specific commit): https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md

paulm17 commented 5 years ago

@pionl Great news and many thanks for your continued work.

I finally worked out how to use packagist, so it's all good.