mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 13:44:58 +08:00
Ask for database port when installing via console
This commit is contained in:
parent
a3cbec25db
commit
da6f79b34a
|
@ -38,6 +38,7 @@ class UserDataProvider implements DataProviderInterface
|
|||
return [
|
||||
'driver' => 'mysql',
|
||||
'host' => $this->ask('Database host:'),
|
||||
'port' => $this->ask('Database port:'),
|
||||
'database' => $this->ask('Database name:'),
|
||||
'username' => $this->ask('Database user:'),
|
||||
'password' => $this->secret('Database password:'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user