08 April 2022 How to mock the Laravel Application instance In this article I'll show you how to easily mock calls to the Laravel-application instance. I'll show you the best way to mock calls to app() by using a facade. Read more