tinkerun-vscode
tinkerun-vscode copied to clipboard
The missing way of running tinker in Visual Studio Code
I'm interested in trying it out if it's not abandoned
Example: ```php $variable = ' Hello Summer ' ; dd($variable); ``` it will not work
Hi! Do you have an idea what could have caused this terminal output? 
Apologies for my potential ignorance on this, but is there not simply a way to have a tab that opens to write in or copy paste multiline code to run...
First of all, thank you so much for your work here - it's awesome and really super helpful! Practically, I use it all day long while programming. I'm running vscodium...
I configured a connection: ``` { "connections": [ { "name": "dev", "command": "docker exec -it webserver php artisan tinker" } ] } ``` If I run directly the command I...