mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +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',
|
||||
'host' => 'required',
|
||||
'database' => 'required|alpha_dash',
|
||||
'username' => 'required|alpha_dash',
|
||||
'database' => 'required|string',
|
||||
'username' => 'required|string',
|
||||
'prefix' => 'alpha_dash|max:10'
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user