Tinkerwell 3 is available now! 🎉 Autocompletion, magic-comments, and more! Tinkerwell 3 is available now! 🎉 Autocompletion, magic-comments, and more! Get your license now →
BeyondCode
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.
Sebastian Schlein
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
Modern layouts use a grid system to align elements and define their responsive behavior. The Tailwind grid makes this simple.
Knights of the Flexbox Table is a free educational game for Tailwind CSS developers to get the Flexbox utilities in their muscle memory.
It's common that users of your applications make mistakes and delete data by accident. Use soft deletes in Laravel if you want to be able to restore them.
GitHub Issue Forms help you to gather meta information and every bit of data you need to tackle the issues in your repository!
Diana Scharf
Here's how you can set up private composer dependencies (like Laravel Spark) in GitHub actions
Laravel has different caches for different parts of your application and so there are multiple ways to clear the Laravel cache.
Sometimes you need to know the exact version of your Laravel application. Luckily, there are multiple ways hot to check the version and you can use the one that fits your needs in a specific situation.