call config:cache after updating the env file

This commit is contained in:
Ethan Brace 2020-04-26 06:27:38 -04:00
parent 6a11f130c2
commit ace9c26464

View File

@ -309,6 +309,8 @@ class Installer
file_put_contents(base_path('.env'), $env);
Artisan::call('config:cache');
return true;
}
}