mirror of
https://github.com/flarum/core.git
synced 2025-07-21 00:31:17 +02:00
Installer: Loosen restrictions on MySQL connection details
Closes #602.
This commit is contained in:
@@ -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'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user