Christian Flothmann
|
c0aa165e43
|
fix PHP syntax error
|
2020-01-11 10:26:23 +01:00 |
|
Nicolas Grekas
|
321ef8390c
|
Allow missing APP_ENV in .env.local.php
|
2020-01-06 20:17:28 +01:00 |
|
Fred Cox
|
cf146c2f22
|
Allow correct environment to be loaded when .env.local.php exists
This prevents surprises when you have generated the file, and then run your tests.
|
2019-09-13 15:13:22 +03:00 |
|
Ben Davies
|
65dc172421
|
ensure is contains real env vars from , or defaults from .env.local.php
|
2019-06-14 14:58:54 +01:00 |
|
Nyholm
|
6953b33d45
|
Dont use putenv by default
|
2019-04-10 17:43:20 +02:00 |
|
Nicolas Grekas
|
2b3e7e2f16
|
Populate $_SERVER with $_ENV
|
2019-04-10 14:54:53 +02:00 |
|
Ryan Weaver
|
e5537b6402
|
minor tweak - if APP_ENV is an empty string, this defaults it back to
dev
|
2019-01-05 11:27:19 -05:00 |
|
Ryan Weaver
|
8f35a294dc
|
Allowing APP_ENV to be an empty index
|
2019-01-05 10:41:48 -05:00 |
|
Nicolas Grekas
|
3e471cbc7d
|
Always load vars defined in .env files, providing .env.local.php for prod
|
2019-01-03 13:52:26 +01:00 |
|
Nicolas Grekas
|
f54d6a4684
|
Move src/.bootstrap.php to config/bootstrap.php
|
2018-11-22 16:07:00 +01:00 |
|