Roboroads / laravel-tinker

Adds a way to write php and run it directly in Laravels' Artisan Tinker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Tinker Plugin Logo Downloads Rating GitHub Release Date GitHub last commit

Adds a way to write php in PhpStorm/IDEA and run it directly as if through laravel artisan tinker - allowing 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.

Find all actions under Tools -> Laravel Tinker or use the default shortcut ctrl + Shift + T to let tinker smartly guess what you want to do (opening/running/etc.).

Credits

Contributing

I do not have a lot of experience with Kotlin, so I kind of tinkered (😏) this together. Any tips or feedback is welcome in the Issues Tab - or better, make me a PR!

Want to be part of this plugin? Every positive contribution to this project is welcome!

About

Adds a way to write php and run it directly in Laravels' Artisan Tinker.

License:Apache License 2.0


Languages

Language:Kotlin 95.6%Language:PHP 4.4%