laravel / tinker

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

How is idea of making laravel tinker that detect the updates in code instantly? #128

Closed GunarajKhatri closed 3 years ago

GunarajKhatri commented 3 years ago

If we are in tinker and somehow if we update some part of codes and try to execute again through it then it won't detect our updates so we need to close and open it again to make it detect which seems painful if we are writing codes and needs to be update somehow. Thank you !!

bobthecow commented 3 years ago

See the discussion in https://github.com/bobthecow/psysh/issues/416

GunarajKhatri commented 3 years ago

seems this feature is not discussed here !!

bobthecow commented 3 years ago

That entire issue is a discussion of this feature?