Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: controllers

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

Articles1
Est. Read Time6 mins
Categories1
Featured0
Feb 20266 min read
Laravel

Why your Laravel controllers should be almost empty

Controllers are a transport layer, not a home for business logic. How I keep Laravel controllers down to a handful of lines using Form Requests, payloads, and Action classes.