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.
All of my long-form thoughts on programming, product design, and more, collected in chronological order.
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.