Skip to main content

"Back to School" Discount! Only until September 16th: 50% off Yearly/Lifetime membership!

Read more here

All Tutorials

In-depth Laravel tutorials covering advanced topics, real-world examples, and best practices.

Tutorial Premium

7 Ways How PhpStorm Helps to Refactor Code

PhpStorm is a powerful IDE for PHP development, with many features to write code faster and more efficiently, including refactoring your code. In this tutorial, let's look at some examples, with screenshots.

Tutorial Free

Should You Comment Your Code? [EXAMPLES]

When debating about commenting code, some developers say you should ALWAYS write comments. Others say the code should be clear enough, with comments only as a "last resort". Let's take a look at examples.

Tutorial Free

Composer ignore-platform-reqs: When You Need That Flag?

Sometimes when using `composer install` or `composer update` commands you might install packages that don't fulfill system requirements, something like "your php version (8.1.2) does not satisfy that requirement".