Control the output
You can control the output via the show option. You can define:
- config
- connection
- database
- runtime
- migration
- all
The defalut for --show option is all.
php artisan laralens:diagnostic --show=config --show=connection --show=database --show=runtime --show=migration
If you want to see only database information:
php artisan laralens:diagnostic --show=database