Commit Graph
42 Commits
Author SHA1 Message Date
Nicolas Grekas 27e6507023 Use Dotenv::populate() to define the dumped env vars 2020-02-02 12:57:01 +01:00
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
Ryan Weaver 24acb634ea Clarifying the purpose of the "app" cache 2019-11-18 18:31:53 +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
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
Grégoire PineauandGitHub 412d1fbe18 [FrameworkBundle] Added DependencyInjection to the excluded directory list 2018-07-10 15:20:00 +02:00
Nicolas Grekas 3567ee215e Add intro note to services.yaml and routes.yaml 2018-07-01 11:07:33 +02:00
Ryan WeaverandRyan Weaver d0f7334e48 Changing ~ to true when it activates a system (for clarity) 2018-02-11 14:14:25 -05:00
Christophe Coevoet db95ec9aae Exclude the kernel when registering services 2018-01-30 09:35:57 +01:00
Nicolas Grekas 0e88a4941b [symfony/framework-bundle] Tell about the cache.prefix_seed setting 2018-01-20 19:23:06 +01:00
Nicolas GrekasandNicolas Grekas 7b28e887d7 Tweak cache-related section 2018-01-08 21:52:09 +01:00
symfony-flex-server[bot]andGitHub 0de9aadc69 Merge pull request #335 2018-01-08 19:57:21 +00:00
Ryan WeaverandGitHub 1510c5a475 tweaked language 2018-01-08 13:40:49 -06:00
Nicolas Grekas adf2c2d293 [symfony/framework-bundle] Enable session support by default 2018-01-08 19:45:57 +01:00
Ryan WeaverandGitHub a9738f6a9c suggesting other cache options 2018-01-07 09:36:06 -06:00
Ryan WeaverandGitHub 30ca16fe96 Clarify when you would uncomment the session config 2017-12-11 08:22:40 -06:00
Kévin Dunglas 629e7320c3 [FrameworkBundle] Add a env vars to configure trusted proxies and hosts 2017-11-30 18:13:11 +01:00
Nicolas Grekas 4e796285c0 Hopefully improve comments in services.yaml 2017-11-29 17:28:19 +01:00
Ryan WeaverandGitHub 3f10493a54 Making it more clear how to enable sessions 2017-11-22 08:20:26 -06:00
Javier Eguiluz 25e1dc9e5e Exclude DataFixtures/ from the autowired services 2017-11-19 11:42:42 +01:00
Ryan WeaverandGitHub ca14aad308 Remove Repository from being ignored
See https://github.com/doctrine/DoctrineBundle/pull/727

But also, this directory was always safe to auto-register. If they cannot be autowired, unless you try to *use* them as services, they will be discarded without showing the autowiring failure.
2017-11-06 11:50:39 -05:00
Tobias SchultzeandGitHub 9eef91211f Do not enable session in test env by default
Session system is not enabled by default in prod, dev. see https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/framework.yaml#L8
So it should also not be enabled by default in test env.
2017-10-25 19:27:45 +02:00
Ryan WeaverandSymfony 56c2f01d8e Use the native PHP session handler by default (#209) 2017-10-09 08:16:56 -07:00
SymfonyandGitHub 29e353bcd0 Merge pull request #171 from nicolas-grekas/public-controllers 2017-09-11 09:47:16 -07:00
Nicolas Grekas a5b3b7450d Controllers are already public 2017-09-11 17:36:16 +02:00
Fabien Potencier 87edffe754 fixed Doctrine migrations default configuration 2017-09-11 05:36:59 -07:00
Gregor Harlan ecbc207fe5 yaml: use ~ instead of null 2017-08-01 23:44:32 +02:00
Romain GautierandGitHub 545020646d fix resources path 2017-07-29 12:06:53 +02:00
Javier Eguiluz ba9d859b89 Removed app.yaml and moved its contents to services.yaml 2017-07-28 09:24:05 +02:00
Fabien Potencier 73ec19c07e renamed container.yaml to services.yaml 2017-07-21 10:30:49 +02:00
Fabien Potencier bf2148f9f1 moved etc/ to config/ and web/ to public/ 2017-07-03 15:36:25 +03:00