# Debugging

Entries tagged with "Debugging".

Artisan & CLI Beginner

artisan about

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

Debugging Configuration
Eloquent Secrets Advanced

DB::whenQueryingForLongerThan()

Get notified when your cumulative database query time exceeds a threshold during a single request.

Database Performance Debugging
Unknown Classes Beginner

Benchmark::dd()

Time one or more closures and dump the results — the quickest way to compare performance of different approaches.

Performance Debugging
Artisan & CLI Beginner

artisan model:show

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

Database Debugging
Artisan & CLI Beginner

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