We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0935b04 commit 6f00589Copy full SHA for 6f00589
app/config/local/database.php
@@ -25,7 +25,7 @@
25
'host' => 'localhost',
26
'database' => 'homestead',
27
'username' => 'homestead',
28
- 'password' => '',
+ 'password' => 'secret',
29
'charset' => 'utf8',
30
'collation' => 'utf8_unicode_ci',
31
'prefix' => '',
@@ -36,7 +36,7 @@
36
37
38
39
40
41
42
'schema' => 'public',
bootstrap/start.php
@@ -26,7 +26,7 @@
$env = $app->detectEnvironment(array(
- 'local' => array('your-machine-name'),
+ 'local' => array('homestead'),
));
32
0 commit comments