I think you're looking for:
php artisan db:table
That will print all of your tables. If you want to inspect a specific table, just add its name:
php artisan db:table users