We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39c466 commit b5fde23Copy full SHA for b5fde23
config/database.php
@@ -65,7 +65,7 @@
65
'collation' => 'utf8mb4_unicode_ci',
66
'prefix' => '',
67
'prefix_indexes' => true,
68
- 'strict' => true,
+ 'strict' => env('DB_STRICT', true),
69
'engine' => null,
70
'options' => extension_loaded('pdo_mysql') ? array_filter([
71
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
0 commit comments