tus-php icon indicating copy to clipboard operation
tus-php copied to clipboard

Laravel Octane support

Open mrcatman opened this issue 1 year ago • 0 comments
trafficstars

Is it possible to use tus-php on a Laravel Octane project? (with Swoole) As i see, tus is reading uploading files from php://input stream, which is unavailable in Swoole. Also, the globals ($_GET, $_SERVER, etc) are empty in Swoole, but at least it can be fixed using a middleware, unlike the file upload itself.

mrcatman avatar Apr 20 '24 23:04 mrcatman