Commit Graph
24 Commits
Author SHA1 Message Date
HypeMC dc6172e02d Remove src/Tests from list of excluded folders 2022-01-14 19:06:38 +01:00
Fabien Potencier 1aa7d46cb0 Remove the header from post-install files (handled by Flex now) 2021-08-30 12:25:28 +02:00
Nicolas Grekas 055035503a Revert "Merge pull request #972"
This reverts commit f97d09dafd, reversing
changes made to 17f2717e12.
2021-07-11 19:45:20 +02:00
Tobias Schultze ccd2ff6801 Also ignore secret private key by default for non-prod environments 2021-07-11 16:25:15 +02:00
Nicolas Grekas a1a70353f6 Remove all symlinks 2021-07-07 16:12:10 +02:00
Jérémy Derussé 344dce363f Replace deprecated constant 2020-11-02 18:23:51 +01:00
Grégoire Pineau 5b1159fcce [FrameworkBundle] Simplify the service and route registration
Bracket are not needed since we can be sure the file exist
2020-10-01 11:53:12 +02:00
Nicolas Grekas 3200b76257 [symfony/framework-bundle] Add config/preload.php 2020-09-29 11:45:14 +02:00
Grégoire Pineau 81698fad45 Revert "Merge pull request #802" - ONLY for Symfony 4.3 and 4.4
This reverts commit 0903d762e9, reversing
changes made to 0800a647a4.
2020-07-27 14:36:22 +02:00
Christian Flothmann 9effb0d5e9 check for PHP files to exist before requiring them 2020-06-16 11:53:45 +02:00
Ryan Weaver d737051e5f Allowing php config in the kernel 2020-06-12 09:34:33 -04:00
Alexander Schranz f847805a99 Symlink whole packages folder 2020-06-08 18:19:58 +02:00
Alexander Schranz 289eeeac8f Use symlink to 4.2 2020-06-08 18:13:05 +02:00
Alexander SchranzandGitHub 25c7f92b30 Add secret env to framework configuration 2020-06-08 18:00:34 +02:00
symfony-flex-server[bot]andGitHub 9d43eac52e Merge pull request #766 2020-04-29 14:31:44 +00:00
Nicolas Grekas 93fd75a3dd [symfony/framework-bundle] revert use of RoutingConfigurator from FrameworkBundle 2020-04-25 11:58:01 +02:00
Nicolas Grekas 93b6ef140b [symfony/framework-bundle] minor cleanup 2020-04-25 11:39:24 +02:00
Nicolas Grekas b341fbe67c Revert "Merge pull request #721"
This reverts commit ed25f50bef, reversing
changes made to 9880918fbf.
2020-04-03 15:45:57 +02:00
Nicolas Grekas 8da7d03c93 Use PHP to define the services and routes of the app 2020-02-24 17:24:22 +01:00
Jules Pietri d80a799ad7 [FrameworkBundle] Added the new RoutingConfigurator 2020-02-11 00:59:47 +01:00
Nicolas Grekas a0cb2ea41f Get rid of config/bootstrap.php for 5.1 apps 2020-01-29 16:53:59 +01:00
Nicolas Grekas 5d24d659fc Simplify the default Kernel 2019-12-17 11:15:13 +01:00
Nicolas Grekas 1a4241eda7 Dont inline_class_loader on PHP 7.4 2019-12-11 11:45:05 +01:00
Valentin Udaltsov 95e75e5e42 Use MicroKernel::configureRouting(Configurator) in FrameworkBundle >= 5.1 2019-11-25 13:06:38 +03:00