Sammyjo20 / lasso

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

Switched putStream to writeStream #61

Closed Sammyjo20 closed 2 years ago

Sammyjo20 commented 2 years ago

This PR fixes Lasso for Laravel 9.

Laravel 9 came with v3 of Flysystem which had removed the putStream functions and replaced it with writeStream.

Tested and works great with Laravel 9.