Password is not necessarily required

e.g. on my LAMP setup, I sometimes use a MySQL account without a
password
This commit is contained in:
Toby Zerner 2015-09-14 14:39:18 +09:30
parent 7ab3bc1f2d
commit 17965f2f61

View File

@ -139,7 +139,6 @@ class InstallCommand extends Command
'host' => 'required',
'database' => 'required|alpha_dash',
'username' => 'required|alpha_dash',
'password' => 'required',
'prefix' => 'alpha_dash|max:10'
]
);