panel icon indicating copy to clipboard operation
panel copied to clipboard

Adding make database host artisan command

Open mundotv789123 opened this issue 3 years ago • 1 comments

mundotv789123 avatar Apr 27 '22 16:04 mundotv789123

This has been suggested like a thousand times and dane didn't see the need for this, so it probably won't be added

Jelcoo avatar Apr 27 '22 17:04 Jelcoo

At the moment it takes the host at password: $data['password'] = $this->option('host') ?? $this->secret('Enter the password to the account defined'); Solution: $data['password'] = $this->option('password') ?? $this->secret('Enter the password to the account defined');

Thomas5300 avatar Apr 04 '23 16:04 Thomas5300