added migration, model

This commit is contained in:
Mohd Arief
2018-04-23 14:54:06 +08:00
parent 22f5519e64
commit 8e3e4cc4d1
10 changed files with 166 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ return [
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', '127.0.0.1'),
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),