Read your Laravel database schema straight from the code

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 →