• John Elliott's avatar
    Refactor EnvFileWriter and associated files · b430131c
    John Elliott authored
    Update EnvFileWriter so that it can be used to write any of the variables to the .env file not just the database connection variables. This means that it will be possible to easily and consistently add prompts for additional variables going forwards (e.g. APP_URL). Additionally, update ConfigureDatabase and SetInstalled flag so that they both use the updated CreateEnvFile. The .env file is now created by CreateEnvFile.
    b430131c
Name
Last commit
Last update
.github Loading commit data...
Modules Loading commit data...
Themes Loading commit data...
app Loading commit data...
bootstrap Loading commit data...
config Loading commit data...
database Loading commit data...
docker Loading commit data...
public Loading commit data...
resources Loading commit data...
routes Loading commit data...
storage Loading commit data...
tests Loading commit data...
.babelrc Loading commit data...
.env.example Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.php_cs.dist Loading commit data...
.travis.yml Loading commit data...
artisan Loading commit data...
composer.json Loading commit data...
dcp Loading commit data...
docker-compose.yml Loading commit data...
package.json Loading commit data...
phpunit.xml Loading commit data...
readme.md Loading commit data...
server.php Loading commit data...
travis.sh Loading commit data...
webpack.mix.js Loading commit data...