Commands.app

php artisan model:show

Development

Show information about an Eloquent model

Examples
Common usage examples

Display model information

php artisan model:show User
Notes
  • Shows attributes, relations, observers, etc.
  • Helpful for understanding model structure
Related Commands
You might also find these useful