Quickly inspect the database and its tables in Laravel

1 · Amit Merchant · Jan. 25, 2024, 10:36 a.m.
It’s sometimes convenient if you can quickly glance over the database your Laravel application is using and its tables. This is especially useful when you’re working on a legacy project and you’re not sure about the database structure. While you can do this in your favorite database management tool like Sequel Pro or TablePlus, it’s not always convenient to open up the tool and connect to the database. But Laravel is all about convenience, right? So, there’s a way to quickly inspect the database...