Skip to main content

Integrations: PhpStorm, VS Code, GitHub

Premium
4 min read

Every great tool can be hard to use. Especially if they are an inconvenience or something you have to remember each time. For example, you wouldn't want to go into your terminal and run ./vendor/bin/phpstan analyse every time you want to run PHPStan. It would become tedious, and you might often forget it. That's why it's important to integrate it into your existing code editor or IDE.

PHPStorm

While we could write a guide on how to set up PHPStan in PHPStorm, we don't have to. PHPStorm has a great guide on how to set it up. You can find it here.

But to summarize it, you need to install PHPStan globally, and then you can set it up in PHPStorm:...

The Full Lesson is Only for Premium Members

Want to access all of our courses? (31 h 16 min)

You also get:

55 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

RA
Richard A. Hoyle ✓ Link copied!

Can you go more in-depth on fixing null errors please; this seems to be among the worst I am getting at this time.

M
Modestas ✓ Link copied!

Could you give a few examples of what you have in mind? Thanks!