Merge pull request #91 from iquad/patch-1
Add `db_charset` to fix postgresql installation error.
This commit is contained in:
commit
7b9b3ca295
@ -63,6 +63,7 @@ class Database extends Controller
|
|||||||
'password' => $request['password'],
|
'password' => $request['password'],
|
||||||
'driver' => env('DB_CONNECTION', 'mysql'),
|
'driver' => env('DB_CONNECTION', 'mysql'),
|
||||||
'port' => env('DB_PORT', '3306'),
|
'port' => env('DB_PORT', '3306'),
|
||||||
|
'charset' => env('DB_CHARSET', 'utf8mb4'),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user