Courses

Larastan: Catch Bugs with Static Analysis

  • 8 lessons
  • 5990 words

This content is available only for premium members.

About this course

Whether you are starting a new project or taking over an existing project - one question will always come up: "How do I improve code quality?".

This question is as old as time itself. The answer could be as simple as "write better code" but in reality - it's not that simple. That's why you should use tools to help you write better code. One of those tools is Larastan. It's a wrapper on a static analysis tool called PHPStan.

In this text-based course, we will explore how it works, with different examples of bugs it may potentially prevent.