Link Post and Podcast Roundup: September 2020 Edition

September’s links.

Laravel Schedule Monitor by @paulredmond

The Laravel Schedule Monitor gives you information about how your jobs are doing in Laravel’s schedule.

The most Effective Test I found in 7 years of Testing by @votrubaT

This article goes over how nikic/PHP-Parser organizes its tests and how you can use the same approach.

Circuit breaker pattern in Laravel applications by @tkorakas

An overview of how to use the “Circuit Breaker” pattern when requesting external services.

9 Quick Tips for Auth in Laravel

Laravel’s Auth feature is so powerful it’s insane to write our own.