Skip to content

Control the output

Compare
Choose a tag to compare
@roberto-butti roberto-butti released this 01 Jun 18:26

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