Sunel Tr

Results 18 comments of Sunel Tr

Why cant we do this in the entry file? ```php $autoload = require __DIR__.'/vendor/autoload.php'; spl_autoload_unregister(array($autoload, 'loadClass')); function includeFile($file) { include $file; echo "CALLED: {$file} \n"; } spl_autoload_register(function($class) use ($autoload) {...

I dont think so, composer has plugin system for package event and installer events.

@marcioAlmada ya it uses YAY "preprocess" uses a different file extension "pre".

What i can suggest is internal implementation as a command for example ```bash # This will be the http listener tusd serve # This can be set-up in a cron...

May be this might not work for S3. Not everyone is expected to use s3. For overlap issues a lock file might work

If million upload is the case then custom tus server using the go source code is what i would prefer

@smilelanss Can you post the class blueprint here

@joaopmmartins What version of php and laravel are you using .