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 4efbb63 commit 5b6b6f0Copy full SHA for 5b6b6f0
config/app.php
@@ -287,7 +287,7 @@
287
/*
288
* For MariaDB/MySQL the internal default changed from utf8 to utf8mb4, aka full utf-8 support
289
*/
290
- //'encoding' => 'utf8mb4',
+ 'encoding' => 'utf8mb4',
291
292
293
* If your MySQL server is configured with `skip-character-set-client-handshake`
@@ -326,7 +326,7 @@
326
'driver' => Mysql::class,
327
'persistent' => false,
328
'timezone' => 'UTC',
329
330
'flags' => [],
331
'cacheMetadata' => true,
332
'quoteIdentifiers' => false,
0 commit comments