laravel / tinker

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

[2.x] Revert "[2.x] Add after loop callback to Tinker" #113

Closed paras-malhotra closed 4 years ago

paras-malhotra commented 4 years ago

Reverts laravel/tinker#112

While making a PR for Telescope, I realised that the Psy\Shell class is not open for extension. Most variables (including the loop listeners) are private and there is really no clean way to implement this unfortunately.