#Does Spatie Media Library support streaming of files?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
In Laravel you can use this https://laravel.com/docs/11.x/filesystem#automatic-streaming to bypass your Laravel server entirely when uploading the file to some other disk. Does Spatie's Laravel Media Library support this behavior? I can't find anything about it in their docs.
Anybody who has used Spatie Laravel Media Library and tried that?
So, it's not possible?