Learning a framework can be overwhelming, but time and execution will make you a master. Here are some best practices to help you toward your goal.
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).
Learn why the "Invalid argument supplied for foreach()" warning happens, and let me show you multiple ways to fix it.
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 about how to clear every cache Laravel uses.