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