Artisan.page

db:show

Display information about the given database

Terminal
php artisan db:show [--database [DATABASE]] [--json] [--counts] [--views]

Options

countsOptional

Show the table row count Note: This can be slow on large databases

databaseOptional

The database connection

jsonOptional

Output the database information as JSON

viewsOptional

Show the database views Note: This can be slow on large databases