Adjust default theme in .env and note that http:// is required on URLs
This commit is contained in:
parent
0ec659f44f
commit
edd26893a5
2 changed files with 3 additions and 4 deletions
|
@ -122,7 +122,7 @@ class UpdateEnvironment extends Command
|
|||
}
|
||||
|
||||
if (is_null($this->option('url'))) {
|
||||
$variables['APP_URL'] = $this->ask('Panel URL', env('APP_URL'));
|
||||
$variables['APP_URL'] = $this->ask('Panel URL (include http(s)://)', env('APP_URL'));
|
||||
} else {
|
||||
$variables['APP_URL'] = $this->option('url');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue