What is Tinkerwell?
Tinkerwell is an enhanced version of Laravel's built-in "php artisan tinker" tool, empowering developers to test and explore their local code within seconds. This versatile app provides a secure and convenient way to interact with both local and remote Laravel applications, without modifying the application code
Highlights
- Local Tinkering: Run code against your existing Laravel projects, with the ability to define variables, access models, and work with collections seamlessly
- Remote Tinkering via SSH: Connect to your remote Laravel applications securely through SSH, allowing you to tinker with your code without the need for any third-party packages
- IDE Integration: Leverage official plugins for popular IDEs like VSCode, Sublime Text 3, and PhpStorm, enabling you to tinker directly from within your preferred development environment
- Query Inspection: Examine the queries executed by your code, helping you identify potential performance issues like N+1 problems
- Controller and View Tinkering: Go beyond just tinkering with PHP code, as Tinkerwell allows you to interact with Laravel routes and Blade views, including passing data to your views as you would in a controller
- Customization: Personalize your coding experience with a variety of themes and fonts, allowing you to create a unique work environment that suits your preferences.

