Commit Graph
18 Commits
Author SHA1 Message Date
Nicolas Grekas 8ca8f49826 Fix loading .env.local.php 2020-01-25 11:21:29 +01:00
thewalkingcoderandGitHub 1d3ba22b75 Fix error synthax in bootstrap.php
PR to fix #35293
2020-01-10 08:00:49 +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
Fabien Potencier 00f7b140b4 replaced ~ by null 2019-08-01 09:31:53 +02:00
Kévin Dunglas 3ec504b0fc [symfony/translation] Remove confusing commented value 2019-06-19 21:10:50 +02: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
Steffen RoßkampandGitHub ea8af673c9 Fix getenv() not working with .env.local.php 2019-02-26 18:30:49 +01: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
symfony-flex-server[bot]andGitHub f10f2a78a4 Merge pull request #501 2019-01-03 13:07:35 +00: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 7490f414e3 [FrameworkBundle] split cache.yaml out of framework.yaml 2018-12-09 19:33:39 +00:00
Nicolas Grekas f54d6a4684 Move src/.bootstrap.php to config/bootstrap.php 2018-11-22 16:07:00 +01:00
Nicolas Grekas 4c3d490527 Remove "private" from defaults, it already is 2018-10-11 17:11:54 -07:00
Nicolas Grekas 875018cd2d [symfony/framework-bundle] Secure session defaults with "cookie_secure: auto" and "cookie_samesite: lax" 2018-09-04 10:37:28 +02:00