Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.
MIT License
341 stars 16 forks source link

(task) check response from writeStream to verify write was successful #65

Closed pusherman closed 2 years ago

pusherman commented 2 years ago

Laravel 9 does not throw exceptions on write by default anymore[1]. If the write fails in version 3, it fails silently. This should resolve that.

https://laravel.com/docs/9.x/upgrade#flysystem-3