Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.

Home Page:https://getlasso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write fails silently in Laravel 9

pusherman opened this issue · comments

Example: export AWS_SECRET_ACCESS_KEY=invalid-key && php artisan lasso:publish

Output makes you think all is good when it is not.

#65 should resolve it.

Until this is merged you can add 'throw' => true, to your filesystems config for your assets (lasso) driver

Released in v3.0.1 🥳 Thanks @pusherman