laravel / tinker

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

Add ability to refresh Tinker session from within Tinker? #130

Closed exzachlyvv closed 3 years ago

exzachlyvv commented 3 years ago

It would be nice to be able to refresh the Tinker session from within Tinker. Is there a reason this feature does not exist?

I'd be happy to help implement it :)

GrahamCampbell commented 3 years ago

I think this might be tricky to do right. cc @bobthecow.

driesvints commented 3 years ago

No plans for this right now, sorry.

bobthecow commented 3 years ago

For more info than you cared to know on the state of this, see https://github.com/bobthecow/psysh/issues/416 🙂