Created
September 6, 2022 16:56
-
-
Save dimonchoo/9d5c4d50fc1c447a65f4c689b5c7ce2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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