Page 6

Nailing a Laravel job interview can be a daunting task, but with the right preparation and mindset, you can set yourself up for success.

A soft delete in Laravel allows you to prevent mistakes by not removing sensitive data from your database right away.

Take your code to the next level, thanks to exceptions. Handle errors in a more graceful way within try and catch blocks.

Choose a cloud hosting provider for Laravel Forge and deploy your next Laravel project quickly and without any DevOps cost.

Laravel Collections make arrays more powerful and convenient to work with. This article provides tons of quick tips to instantly make your codebase better.

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.

Whether PHP is dead is a matter of numbers, not opinions. I will provide you with essential statistics that will lead you to make better decisions.

Improve your projects by leveraging the power of GPT, the famous language model, using PHP and OpenAI’s REST API.

Here’s a case study for my blog in the programming niche, where I share everything I did to increase clicks by a huge amount since the beginning.

PHP 8.3 was released on November 23, 2023, and as usual, you need to be up to date with new features and breaking changes for easier transitions.

There are multiple ways to check if an array is empty. Let me tell you about each of them and why and when you should use them.

Learn why and how to fix “Methods with the same name as their class will not be constructors in a future version of PHP” warnings.

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 “Using $this when not in object context” error happens, and let me show you the only way to fix.

Learn why the “Invalid argument supplied for foreach()” warning happens, and let me show you multiple ways to fix it.

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 about how to clear every cache Laravel uses.