call config:cache after updating the env file
This commit is contained in:
@ -309,6 +309,8 @@ class Installer
|
||||
|
||||
file_put_contents(base_path('.env'), $env);
|
||||
|
||||
Artisan::call('config:cache');
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user