Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shekarsiri/0622087e258ae432e28b to your computer and use it in GitHub Desktop.
Save shekarsiri/0622087e258ae432e28b to your computer and use it in GitHub Desktop.
@if (App::environment() == 'local')
@foreach (DB::getQueryLog() as $query)
<script>console.log(' {{ $query['query'] . ' (' . $query['time'] . ' secs)' }} ')</script>
@endforeach
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment