Artisan.page

model:show

Show information about an Eloquent model

Terminal
php artisan model:show [--database [DATABASE]] [--json] [--] <model>

Options

databaseOptional

The database connection to use

jsonOptional

Output the model as JSON

Arguments

modelRequired

The model to show