generate invoice controller

This commit is contained in:
Edmond Teh
2020-08-24 14:03:38 +08:00
parent c0749a46ad
commit 2e09119fb0
9 changed files with 29 additions and 8 deletions
+3 -3
View File
@@ -43,9 +43,9 @@ return [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'database' => env('DB_DATABASE', 'exchange'),
'username' => env('DB_USERNAME', 'exchange'),
'password' => env('DB_PASSWORD', 'exchange1!Q'),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',