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
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.
Sebastian Schlein
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.
In this post, we go through the parameters of `str_replace` in PHP, tell you which alternatives there are and how you usually use them with frameworks like Laravel.
This article explains how the different spacing utilities like padding, margin and space work in Tailwind CSS and when to use them.
The service container is one of the most important pieces of the framework – let's take a look at the how, what and why of dependency injection in Laravel.
Marcel Pociot
Converting existing sites to Tailwind CSS is simple with Windy and the DevTools for Tailwind CSS. Let's convert the Bootstrap navigation.
Modern layouts use a grid system to align elements and define their responsive behavior. The Tailwind grid makes this simple.
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.