← All posts
#Laravel

How to understand a legacy Laravel codebase in an afternoon
Inherited a big Laravel app with no docs and a deadline? Here's a calm, repeatable way to build an accurate mental model — without reading every file.
Read article →
Read your Laravel database schema straight from the code
Migrations record how your schema was built, not what it is today. Here's how to reconstruct the real picture — tables, columns and relationships.
Read article →
Trace a request end-to-end before you change it
Before you touch that controller, know everything it touches. A practical way to follow a request through middleware, services and models — and your best defence against surprise regressions.
Read article →