for example in config/app.php
the time zone used like 'timezone' => 'UTC'
so If I want to change this value inside .env I need to edit the config files directly, why not all options are there by default?
it make me think that maybe I should not change those?
why some variable are not .enviable by default?
for example in config/app.php the time zone used like
'timezone' => 'UTC'
so If I want to change this value inside .env I need to edit the config files directly, why not all options are there by default? it make me think that maybe I should not change those?