![Laravel Tinker Plugin Logo](https://raw.githubusercontent.com/Roboroads/laravel-tinker/master/.github/branding/logo-text-background.png) ![Downloads](https://img.shields.io/jetbrains/plugin/d/14957-laravel-tinker?style=flat-square) ![Rating](https://img.shields.io/jetbrains/plugin/r/rating/14957-laravel-tinker?style=flat-square) ![GitHub Release Date](https://img.shields.io/github/release-date/Roboroads/laravel-tinker?label=Release%20Date&style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/Roboroads/laravel-tinker?style=flat-square) 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](https://github.com/Roboroads/laravel-tinker/issues): Submit feature requests and bug reports - [πŸ™ Ko-Fi](https://ko-fi.com/roboroads) / [GitHub Sponsors](https://github.com/sponsors/Roboroads): Support the project if you find it helpful ❀️ - [πŸ”Œ Plugin Page](https://plugins.jetbrains.com/plugin/14957-laravel-tinker/): Download for PHPStorm or IDEA - [πŸ”— Share](https://linktr.ee/laraveltinkerplugin): 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). ## Credits - [Robbin "Roboroads" Schepers](https://github.com/Roboroads) – Plugin creator - [Joey "Veritas" de Vries](https://www.linkedin.com/in/joey-veritas/) – Branding (icons & logos) - [Contributors to this project](https://github.com/Roboroads/laravel-tinker/graphs/contributors) - [KamikX](https://github.com/KamikX) - Other GitHub projects: - [laravel/tinker](https://github.com/laravel/tinker) – The tool this plugin integrates - [spatie/laravel-web-tinker](https://github.com/spatie/laravel-web-tinker) – Major inspiration for this plugin > Significant contributors will be acknowledged here. ## Contributing My experience with Kotlin is limited, so I *tinkered* (😏) this together. Any tips or feedback are welcome in the [Issues Tab](https://github.com/Roboroads/laravel-tinker/issues) - or even better, submit a PR! Want to contribute? Every positive contribution is appreciated!