Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to laravel
php artisan model:show
Development
Show information about an Eloquent model
Examples
Common usage examples
Display model information
php artisan model:show User
Copy
Notes
Shows attributes, relations, observers, etc.
Helpful for understanding model structure
Related Commands
You might also find these useful
php artisan make:model