php artisan model:show
DevelopmentShow information about an Eloquent model
Examples
Common usage examples
Display model information
php artisan model:show UserNotes
- Shows attributes, relations, observers, etc.
- Helpful for understanding model structure
Related Commands
You might also find these useful