Jérémy Derussé
|
344dce363f
|
Replace deprecated constant
|
2020-11-02 18:23:51 +01:00 |
|
 symfony-flex-server[bot]andGitHub
|
a2650ca408
|
Merge pull request #734
|
2020-04-29 14:34:42 +00:00 |
|
Nicolas Grekas
|
93b6ef140b
|
[symfony/framework-bundle] minor cleanup
|
2020-04-25 11:39:24 +02:00 |
|
Nicolas Grekas
|
27e6507023
|
Use Dotenv::populate() to define the dumped env vars
|
2020-02-02 12:57:01 +01:00 |
|
 Guilliam XavierandGitHub
|
f3d210946a
|
Fix TRUSTED_HOSTS regexp example
|
2020-01-29 17:45:58 +01:00 |
|
 Guilliam XavierandGitHub
|
bc2ac1be8b
|
Fix TRUSTED_HOSTS regexp example
|
2020-01-29 16:31:21 +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 |
|
 symfony-flex-server[bot]andGitHub
|
bc7ddc2597
|
Merge pull request #678
|
2019-11-17 11:42:04 +00:00 |
|
Nicolas Grekas
|
aedd86b70d
|
Dont look recursively into per-env folders
|
2019-11-17 11:29:30 +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 |
|
Fabien Potencier
|
eaec92b454
|
suggest installing the Symfony CLI instead of using the built-in PHP web server
|
2019-04-09 07:34:04 +02:00 |
|
Nicolas Grekas
|
2902cb7fad
|
Load routes for specific env first (bis)
|
2019-04-01 08:37:14 +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 |
|
 symfony-flex-server[bot]andGitHub
|
230169dc8a
|
Merge pull request #499
|
2018-11-22 16:10:44 +00:00 |
|
Nicolas Grekas
|
f54d6a4684
|
Move src/.bootstrap.php to config/bootstrap.php
|
2018-11-22 16:07:00 +01:00 |
|
Ben Davies
|
5d55dfcd15
|
cast debug to boolean when creating kernel
|
2018-11-22 14:24:04 +00:00 |
|
Nicolas Grekas
|
f6585a3b41
|
TRUSTED_HOSTS is a regexp
|
2018-11-17 07:21:56 +01:00 |
|
Nicolas Grekas
|
7ff50214ee
|
Move loading .env files to bootstrap.php
|
2018-11-15 00:20:15 +01:00 |
|
Nicolas Grekas
|
fe0e99324e
|
Load .env.dist when it exists and .env is not found
|
2018-11-11 12:08:25 +01:00 |
|
Ryan Weaver
|
feb0acaf40
|
makes recipe consistent with symfony/flex 1.0 new env handling
|
2018-11-09 14:24:50 -05:00 |
|
Nicolas Grekas
|
95bb54353e
|
Allow to override .env files per env
|
2018-11-09 14:22:38 +01:00 |
|
Kévin Dunglas
|
ec98589e53
|
Change postinstall message
|
2018-10-12 09:47:05 +02:00 |
|
Kévin Dunglas
|
cdb5864f65
|
CS
|
2018-10-12 09:43:07 +02:00 |
|
Kévin Dunglas
|
63ec91caed
|
Better fix
|
2018-10-12 09:43:07 +02:00 |
|
Kévin Dunglas
|
2047326d42
|
Better fix
|
2018-10-12 09:43:07 +02:00 |
|
Kévin Dunglas
|
1a21559912
|
Fix routes support when using the PHP built-in web server
|
2018-10-12 09:43:07 +02:00 |
|
Kévin Dunglas
|
334f189400
|
[FWBundle] $_ENV fallback (needed for Panther)
|
2018-09-20 18:09:36 +02: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 |
|
Nicolas Grekas
|
a592c0c393
|
Remove empty git repository
|
2018-06-07 21:07:21 +02:00 |
|
Gaiaz Iusipov
|
9f97317077
|
Remove "--relative" and "--symlink" options by default
|
2018-05-10 19:26:04 +03:00 |
|
 Fabien PotencierandFabien Potencier
|
d53ebf5d85
|
Fix .gitignore files
|
2018-03-20 08:35:41 +01:00 |
|
Grégoire Pineau
|
31f9738a39
|
Fixed typo
|
2018-03-14 10:28:02 +01:00 |
|
 Wouter JandGitHub
|
13ccf89e56
|
Fixed not imported FQCN
|
2018-03-13 23:32:26 +01:00 |
|
 symfony-flex-server[bot]andGitHub
|
b2dfb0a4ad
|
Merge pull request #377
|
2018-03-13 21:50:25 +00:00 |
|
Ryan Weaver
|
e6907306bc
|
Add container tracking to bundles.php so the container rebuilds when it
changes
|
2018-03-13 13:59:33 -04:00 |
|
Morel Sébastien
|
5849677040
|
Fix TypeError argument when APP_DEBUG is set
|
2018-03-08 01:20:32 -08:00 |
|
Benoit GALATI
|
67b920aa77
|
Tell user that container.autowiring.strict_mode can be deleted with Symfony 4.0+
|
2018-02-21 22:04:09 +01:00 |
|
 Ryan WeaverandRyan Weaver
|
d0f7334e48
|
Changing ~ to true when it activates a system (for clarity)
|
2018-02-11 14:14:25 -05:00 |
|