Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: pest

Technical writings, opinionated architectures, and development guides tagged with pest.

Articles2
Est. Read Time30 mins
Categories2
Featured1
Jun 20269m read

Testing Actions, Not Mocks

Mocking your own Actions tests the wiring, not the behaviour. How I test Laravel Action classes for real with Pest, and where fakes still belong.

Oct 202521m read

Building your first MCP server with Laravel

Learn how to build a Laravel MCP server for task management with tools, resources, prompts, Sanctum auth, Pest testing, and Claude integration.