Any laravel package?

Hi, I am developing an application in Laravel. but I need a Uppy package.

Hi there,

Uppy requires nothing special on the server. If you use the Xhr Plugin, it will upload files to your server just as if they were part of a regular form file input.

It is only when you want resumability, that you’d need a tus server. There is an implementation for PHP, but you could also install tusd, which is just a single binary and has seen considerably more usage.

Does that help?