Laravel Tus Upload Versions Save

A package for handling resumable file uploads in a Laravel application via the http://tus.io/ resumable file upload protocol.

v0.11.0

1 year ago

What's Changed

Full Changelog: https://github.com/OneOffTech/laravel-tus-upload/compare/v0.10.1...v0.11.0

v0.10.1

2 years ago

What's Changed

Full Changelog: https://github.com/OneOffTech/laravel-tus-upload/compare/v0.10.0...v0.10.1

v0.10.0

3 years ago
  • Allow to publish migrations (by @romanzipp, #36)
  • Change publish tag in favor of provider (breaking change) (by @romanzipp, #36)

v0.9.0

3 years ago
  • Support Laravel 8

v0.8.1

3 years ago
  • Fix issue with executables path when publishing configuration file #34 by @jewishmoses

v0.8.0

3 years ago
  • Add support for Laravel 7.x
  • Drop support for PHP 7.1
  • Drop support for Laravel 5.x

v0.7.0

3 years ago
  • Add support for Laravel 5.8
  • Add support for Laravel 6.x
  • Update tusd binary to version 1.0

v0.6.1

4 years ago

Changed

  • Update axios to 0.19 (mitigate CVE-2019-10742)

v0.6.0

5 years ago

Changed

  • Added Laravel 5.7 support

v0.5.0

5 years ago

Changed

  • Bounce progress update event to reduce the database load