Laracon Online Summer 2021: Next Level Type Checking In Laravel

How do you define and implement a static type system for a dynamic language like PHP and a framework like Laravel, and why would you even care to? In this talk, you will see how type checking can be beneficial even if you don’t like types. Get ready for a live-coding session, where we are going to see how type checking solves real-world problems in PHP and how to introduce it gradually and sustainably in a Laravel this talk, you will be able to use static analysis tools that can spot and fix problems in your source code before it’s run without breaking a sweat.
Back to Top