laravel / tinker

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

Reboot command #105

Closed guillermo7227 closed 4 years ago

guillermo7227 commented 4 years ago

When the code is changed with a Tinker session opened, we have to exit Tinker and open it again for it to recognise the changes made. That's a pain point.

It would be nice to have a reboot() command to force Tinker to reinitialize the session taking into account the changes made.

driesvints commented 4 years ago

No plans for this sorry.