# Laravel: New "model:show" Command

DevFeed: [Laravel: New "model:show" Command](<https://devfeed.tech/articles/laravel-new-model-show-command-3787.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-new-model-show-command>)

Author: Jess Archer

Published: 2022-07-19T13:01:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Eloquent ORM](<https://devfeed.tech/topics/eloquent.md>), [Database](<https://devfeed.tech/topics/database.md>), [JSON](<https://devfeed.tech/topics/json.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [json](<https://devfeed.tech/tags/json.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [overview](<https://devfeed.tech/tags/overview.md>), [php](<https://devfeed.tech/tags/php.md>)

## AI overview

Laravel introduces the new Artisan "model:show" command, which provides an overview of an Eloquent model, including its attributes, relationships, and database-backed information. The command can also output the overview as JSON for use by services.

## Source excerpt

Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. One of the newly introduced commands is "model:show". This command dumps out the model and table highlights for the given model.