Add more .env params for mysql collation #40267
Answered
by
omarthegeek
tanthammar
asked this question in
Ideas
-
Every time I create a new project I have to go to DB_CHARSET Then the 'mysql' => [
//...
'charset' => env('DB_CHARSET', 'utf8mb4'),
'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
//...
] |
Beta Was this translation helpful? Give feedback.
Answered by
omarthegeek
Mar 13, 2024
Replies: 1 comment 2 replies
-
I believe that is possible now:
and you can confirm the setting via tinker:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tanthammar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe that is possible now:
and you can confirm the setting via tinker: