Artisan & CLI

Command-line tools and utilities that speed up your development workflow.

Beginner Since 9.x

artisan about

Get a comprehensive overview of your application environment, drivers, and configuration in a single command.

Debugging Configuration
Beginner Since 10.x

artisan model:show

Inspect any Eloquent model's columns, relationships, observers, and policy from the command line.

Database Debugging
Beginner Since 9.x

artisan schedule:list

See every scheduled task, its cron expression, and next due date at a glance — stop guessing when your jobs run.

Debugging Scheduling