Laravel-Backpack / basset

Better asset helpers for Laravel apps.
MIT License
155 stars 11 forks source link

[Feature] Add a --verbose flag to basset commands that output raw exceptions #113

Open pxpm opened 7 months ago

pxpm commented 7 months ago

Someone I was having a conversation in discord suggested me that we use getTraceAsString() to help developers by providing more meaningful error messages.

Our errors messages are pretty fine I think, but I also agree that there is no reason for us to don't provide a way for developers to get a more comprehensive report of what failed.

--verbose it is.