mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 23:53:42 +08:00
Installer: Loosen restrictions on MySQL connection details
Closes #602.
This commit is contained in:
parent
f69369fb88
commit
52cf465a90
|
@ -120,8 +120,8 @@ class InstallCommand extends AbstractCommand
|
||||||
[
|
[
|
||||||
'driver' => 'required|in:mysql',
|
'driver' => 'required|in:mysql',
|
||||||
'host' => 'required',
|
'host' => 'required',
|
||||||
'database' => 'required|alpha_dash',
|
'database' => 'required|string',
|
||||||
'username' => 'required|alpha_dash',
|
'username' => 'required|string',
|
||||||
'prefix' => 'alpha_dash|max:10'
|
'prefix' => 'alpha_dash|max:10'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user