“Heard about Sevalla? They let you deploy PHP apps with ease.” Claim $50 →
Learn why the “Using $this when not in object context” error happens, and let me show you the only way to fix.
Debugging requires dissecting everything. Here’s a list of all the one-line built-in ways to print arrays in PHP (and even Laravel-specific helpers).
To keep getting better with PHP, you should subscribe to as many quality blogs as possible. In this article, I share the ones I often read myself.
Laravel 10 has been released on February 14, 2023. Let’s dive into every relevant new features and changes.
Migrations are essential in any Laravel app using a database. I will tell you what they are, why you should use them and how you can generate them.
When in doubt, clear the cache. In this article, you’ll learn why and how to do it like a pro.
Knowing which Laravel version you are running is important before you start writing code on a new project. There are multiple ways to do so.