Simplifying work with custom stubs in Laravel
May 17, 2025 · 4 min read · Testing is almost always difficult when developing applications that interact with external services, APIs, or complex features. One way to make testing easier is to use stub classes. Here's how I usually work with them. Quick intro on benefits Stubs...
Join discussion




