Tinker Here allows you to open artisan tinker command within your vscode.
Features
It's simply open the Laravel Tinker CLI. Here's a good article to show you the goodness of tinker. To do so, you just need to open your command pallete: CTRL + SHIFT + P (Linux) or CMD + SHIFT + P (Mac), and search for Tinker.
Requirements
This extension requires PHP executable file.
Extension Settings
You don't have to register your PHP executable file into your PATH envvars, you can configure which PHP you want to use for tinker in:
tinkerHere.php: path to your PHP executable file (full path is required).
Known Issues
(none)
Release Notes
[0.0.1] - 2017-10-23
ADDED Open artisan tinker here by @krisanalfa.
ADDED Configurable path to php binary via tinkerHere.php configuration section by @krisanalfa.
[0.0.2] - 2017-10-23
ADDED Repository URL in package.json file by @krisanalfa.
[0.0.3] - 2017-10-23
ADDED Extension icon in package.json file by @krisanalfa.
[0.0.4] - 2017-10-23
CHANGED Change icon extension by @krisanalfa.
[0.0.5] - 2017-10-23
CHANGED Images in README.md must come from an HTTPS source by @krisanalfa.
[0.0.6] - 2017-10-23
CHANGED Should change in README.md instead on package.json file by @krisanalfa.