Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Tinkerwell 4 is out now: Get the most popular PHP Scratchpad with Detail Dive, AI code generation and more. Learn more →
BeyondCode
Sometimes Tinkerwell can't detect which class you are using in your code and does not provide the autocompletion experience that you love. In this case, it makes sense to manually add a type-hinting comment to that line and enable autocompletion.
Sebastian Schlein
You can customize Tinkerwell and select a theme of your choice. Tinkerwell supports custom variants of the popular themes Dracula, Night Owl, Material, Nord, GitHub, Solarized dark, Solarized light and Shades of Purple.
This is a basic tutorial on how to use Tinkerwell with Magento 2 to give you a quick idea of the magic that allows you to run code within the context of your application without actually changing a line of code or deploying to a server.
In this post, we configure ProxyJump to connect to a remote server via a jumphost. This setup allows you to limit SSH connections to a production environment to a single IP address and add an extra layer of protection to your application.
Whether you only work on one project or use a different framework of choice, you can customize your Tinkerwell experience to your own needs.
As a Laravel developer, we are used to work with helpers across the framework and our own code. They provide an abstraction layer to existing PHP functions and make them easier to use.
Writing custom validators in Laravel is a common task that most Laravel developers do regularly – and it forces you to switch between your IDE and the browser a lot.
The latest Tinkerwell release features Laravel 9 within the default Laravel project and removes the option to select older versions in the settings.
Learn how we use Fathom Analytics to track completely anonymous user statistics in Tinkerwell and keep the app as secure as it is.
Marcel Pociot
The tinker command is built into every Laravel application and you can use it to run code within the context of your application. Let's explore what this means.