Run scripts as if through laravel artisan tinker
"The Laravel Tinker plugin adds a way to write PHP in PhpStorm/IDEA and run it directly as if through
laravel artisan tinker
. This allows you to quickly run a piece of code with all your Laravel classes with the added benefit of having your IDE's autocompletion, code colors and error inspections.The plugin is open-source."
Robbin Schepers
@Roboroads