mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29: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 [
|
||||
'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:'),
|
||||
|
Reference in New Issue
Block a user