Let's get started quickly I found new things in Laravel 9.24 Released I wanted to share with you. New database artisan commands https://github.com/laravel/framework/pull/43367 new Artisan commands for databases: db:show, db:table, and db:monitor db:show gives you an overview of the database. It includes things like DB type, DB size, version, username, and more php artisan db:show
Exit fullscreen mode db:monitor command lets you see things like the number of connections to the database php artisan db:monitor