debugbar show copy enabled

This commit is contained in:
Sevan Nerse 2021-12-08 10:46:12 +03:00
parent afeef58f80
commit f36ff3137e

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