Tinkerwell

Tinkerwell
软件
软件描述
Tinkerwell 是 php artisan tinker 的增强版。它附带一个 Laravel 6 默认项目,你可以立即开始尝试。准备好了吗?快来体验下面的精彩功能吧。
官方网站
访问软件的官方网站了解更多信息
tinkerwell.app
什么是 Tinkerwell?
Tinkerwell is php artisan tinker on steroids. It comes with a Laravel 6 default project, so you can start experimenting right away. Ready for more? Enjoy the awesome features below. Tinker locally Tinkerwell can be used to run your code against local Laravel applications. Just select one of your local projects and start tinkering. If you ever needed a multi-line tinker tool, this is it. Define variables, access models, and pipe through collections like never before. Tinker via SSH Tinkerwell connects to your remote Laravel applications via SSH and gives you a secure and convenient access to them. Your application code does not get modified – and there is no third-party package required. You can even sync Tinkerwell with Laravel Forge to automatically import all your Forge sites. IDE integration Tinkerwell has three official IDE plugins so that you can tinker directly from within your favorite code editor. We have plugins for VSCode, Sublime Text 3 and PhpStorm. Query inspection Tinkerwell allows you to inspect queries that get called by your code under the hood. Do you want to see what a specific Laravel eloquent model is doing in this select query? Do you have a potential N+1 issue in your code? Tinker with controllers and views In addition to tinkering only with PHP code, Tinkerwell also gives you the ability to tinker with a Laravel route and a Blade view. You can pass data to your view, just as you would within a Laravel controller. Multiple themes and fonts We all want to give our code editors that little unique touche - and that's why Tinkerwell also comes with the ability to change themes as well as your favorite coding font. Don't have a nice looking font available? Don't worry, we ship some good looking defaults.