laravel-tinker: [Bug]: No Output / Output vanishes with Version 2.5.1
Short bug description
Since update to version 2.5.1 my console doesn’t shows any output
Extended bug description
After updating, my console shows output for a fraction of a second and after that the only output shown is:
// Laravel Tinker started at 2022-12-22 10:43:35
*** Execution finished ***
I use PhpStorm Version 2022.3 and have the new UI (beta) enabled.
For now i use Version 2.4.0 per manual install which works for me.
How to reproduce?
- Open Tinker Console and dd something
Expected behavior
Output shown in result window
Screenshots

IDE & Version
PhpStorm 2022.3
PHP Version
7.4
OS and version
Windows 11
Laravel Tinker plugin version
2.5.1
Interpreter type
{“label”=>“Local”}
Laravel Version
v6.20.44
Tinker version
v1.0.10
Psysh version
v0.9.12
Additional Context
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 21 (10 by maintainers)
Same as above. Not pin pointed which of the recent versions this started to occur in.
As a temp fix I’ve uninstalled the plugin and imported from disk using the most recent release from prior to the recent batches.
https://github.com/Roboroads/laravel-tinker/releases/tag/v2.4.0 release.
Still working on this. Jetbrains is not making this easy
Alright. This might acutally be the same issue as #232 which is fixable.
Well, not the exact same issue - but the same cause 😃
Laravel Tinker-2.6.0-rc2.zip
@SaintPeter I added <meta charset=“UTF-8”> to the HTML of the output.
You’re welcome 😊
I got a RC version, should work on all interpreter types and even dump/dd. Let me know if there’s issues ❤️
Laravel Tinker-2.6.0-rc1.zip