Skip to content

Instantly share code, notes, and snippets.

@dimonchoo
Created September 6, 2022 16:56
Show Gist options
  • Save dimonchoo/9d5c4d50fc1c447a65f4c689b5c7ce2f to your computer and use it in GitHub Desktop.
Save dimonchoo/9d5c4d50fc1c447a65f4c689b5c7ce2f to your computer and use it in GitHub Desktop.
use Illuminate\Database\Capsule\Manager as DB;
DB::enableQueryLog();
DB::getQueryLog();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment