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!