The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
10.x
db:monitor
🖥
db:monitor
Monitor the number of connections on the specified database
Options
databases
- The database connections to monitor
Optional
max
- The maximum number of connections that can be open before an event is dispatched
Optional
php artisan db:monitor [--databases [DATABASES]] [--max [MAX]]
Click to copy