Quickly inspect the database and its tables in Laravel
January 25, 2024 — 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.