Skip to content
Discussion options

You must be logged in to vote

#402
Tinker runs your (and it's) code through the command line using something like php -r '<tinker init code>' '<your code>' '<tinker settings>'.

It's not actually using php artisan tinker but the tinker init code runs most of what the tinker command does.

The PHP executable that is used is the one you've set up as the php interpreter for your project in your IDE settings. If you've set that up and the path mappings are correct, the tinker plugin will work through that. If you want to have it set up with Docker, you can do it with this :)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bwabt
Comment options

@keevitaja
Comment options

Answer selected by Roboroads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants