Use Actions to Keep Your Laravel Controllers Thin
Learn how the Laravel Action pattern keeps controllers thin and maintainable. Step-by-step blog-app examples for create, update, delete, plus testing tips.
Hi there! I’m Travis, a software engineer in Seattle working with Laravel, C#, and modern PHP. This site is where I share what I’m learning: systems, integrations, developer tools, and whatever else I find interesting at the time. Some posts are technical. Some are just notes I don’t want to lose. If you’re into building clean systems, working smarter, or exploring the business side of dev work, you might find something useful here.
Learn how the Laravel Action pattern keeps controllers thin and maintainable. Step-by-step blog-app examples for create, update, delete, plus testing tips.
Write clearer Git commit messages in Laravel with conventional prefixes for faster debugging, smoother collaboration, and auto-generated changelogs.
Write maintainable code: use clear naming, avoid over-engineering, and leverage frameworks to cut tech debt and future-proof your projects.