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