Merge pull request #2336 from sevannerse/debugbar

debugbar show copy enabled
This commit is contained in:
Cüneyt Şentürk 2021-12-10 16:58:25 +03:00 committed by GitHub
commit d98f4bafa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@ return [
'types' => ['SELECT'], // // workaround ['SELECT'] only. https://github.com/barryvdh/laravel-debugbar/issues/888 ['SELECT', 'INSERT', 'UPDATE', 'DELETE']; for MySQL 5.6.3+
],
'hints' => true, // Show hints for common mistakes
'show_copy' => true, // Show copy button next to the query
],
'mail' => [
'full_log' => false