laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.32k stars 130 forks source link

Cast ProcessResult objects #159

Closed mpociot closed 1 year ago

mpociot commented 1 year ago

As I just made this change in Tinkerwell myself, I thought it would be nice to contribute this to tinker as well.

This PR adds the ability to cast the new Illuminate\Process\ProcessResult objects when running them inside of tinker.

Without this PR:

CleanShot 2023-02-15 at 17 33 06@2x

With casting:

CleanShot 2023-02-15 at 17 32 31@2x