model:show

Show information about an Eloquent model

Options

  • database - The database connection to use Optional
  • json - Output the model as JSON Optional

Arguments

  • model - The model to show Required
php artisan model:show [--database [DATABASE]] [--json] [--] <model>