Change local database user.

This commit is contained in:
Taylor Otwell 2014-05-12 13:34:01 -05:00
parent ca651a7815
commit b9c69c6d94
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'homestead',
'username' => 'vagrant',
'username' => 'homestead',
'password' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
@ -35,7 +35,7 @@
'driver' => 'pgsql',
'host' => 'localhost',
'database' => 'homestead',
'username' => 'vagrant',
'username' => 'homestead',
'password' => '',
'charset' => 'utf8',
'prefix' => '',