Easily write and execute PHP code directly in PhpStorm/IDEA as if using laravel artisan tinker
. Enjoy the convenience of running code snippets with full access to your Laravel classes, enhanced by your IDE’s autocompletion, syntax highlighting, and error inspections.
Access all plugin actions via Tools -> Laravel Tinker
or use the default shortcut ctrl + Shift + T
to let Tinker intelligently determine your intent (open, run, etc.).
- 💡 GitHub Issues: Submit feature requests and bug reports
- 🙏 Ko-Fi / GitHub Sponsors: Support the project if you find it helpful ❤️
- 🔌 Plugin Page: Download for PHPStorm or IDEA
- 🔗 Share: Share the plugin with your network
The plugin also works outside Laravel projects - just ensure psy/psysh
is required in your project for basic functionality (with some limitations).
- Robbin "Roboroads" Schepers – Plugin creator
- Joey "Veritas" de Vries – Branding (icons & logos)
- Contributors to this project
- Other GitHub projects:
- laravel/tinker – The tool this plugin integrates
- spatie/laravel-web-tinker – Major inspiration for this plugin
Significant contributors will be acknowledged here.
My experience with Kotlin is limited, so I tinkered (😏) this together. Any tips or feedback are welcome in the Issues Tab - or even better, submit a PR!
Want to contribute? Every positive contribution is appreciated!