app.debug

PHOTO EMBED

Mon Mar 25 2024 14:05:14 GMT+0000 (Coordinated Universal Time)

Saved by @dustbuster #php #laravel

if (config('app.debug')) {
  dump('');
  $this->info('');
}

config('app.debug') ? info('One liner') : null;
content_copyCOPY

Just app.debug conditional