We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e90e9 commit 899faf7Copy full SHA for 899faf7
config/database.php
@@ -60,6 +60,7 @@
60
'engine' => null,
61
'options' => extension_loaded('pdo_mysql') ? array_filter([
62
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
63
+ PDO::ATTR_PERSISTENT => true,
64
]) : [],
65
],
66
0 commit comments