DEV Community

Cover image for Laravel Tinker - A PHPStorm Plugin
Robbin "Roboroads" Schepers
Robbin "Roboroads" Schepers

Posted on

Laravel Tinker - A PHPStorm Plugin

A little while ago I created a plugin which lets you run quickly tinkered up php code from your IDE as if through php artisan tinker. If you have been using that command or have been using dump()/dd() in a controller just to see what is in your database for example, I highly recommend this plugin to you.

It combined the power of laravel/tinker with all the nice features of the IDE. Think about code completion, error correction and all those other lice features your IDE alreadyt gives you.

Installing is easy, just search for "Laravel Tinker" in the plugin marketplace in the settings of PHPStorm (or IDEA) or visit https://plugins.jetbrains.com/plugin/14957-laravel-tinker

Laravel Tinker in action

Top comments (0)