Commit Graph
32 Commits
Author SHA1 Message Date
Nicolas Grekas aedd86b70d Dont look recursively into per-env folders 2019-11-17 11:29:30 +01:00
Nicolas Grekas 2902cb7fad Load routes for specific env first (bis) 2019-04-01 08:37:14 +02:00
Nicolas Grekas f54d6a4684 Move src/.bootstrap.php to config/bootstrap.php 2018-11-22 16:07:00 +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
Nicolas Grekas 95bb54353e Allow to override .env files per env 2018-11-09 14:22:38 +01:00
Wouter JandGitHub 13ccf89e56 Fixed not imported FQCN 2018-03-13 23:32:26 +01: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
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
Nicolas Grekas f67029e7e0 [framework-bundle] Let glob figure out existing dirs and fix resource tracking 2018-01-31 14:54:27 +01:00
Nicolas Grekas 4861a3653b Enable container.dumper.inline_class_loader param by default 2017-11-10 19:28:53 +01:00
Jan Rosier 2bb4ff005c Use $this->getProjectDir() instead of dirname(__DIR__) 2017-11-10 13:40:49 +01:00
Benjamin Lazarecki 824bd92d9b FrameworkBundle kernel should be compatible 2017-10-28 00:57:30 +02:00
Nicolas Grekas 6951a4cd72 Enable container.autowiring.strict_mode 2017-10-23 16:42:36 +02:00
Nicolas Grekas da0f8b1d60 Fix PHP 7.0 2017-09-25 16:56:00 +02:00
Nicolas Grekas f092653e6b Allow PHP 7.0 2017-09-23 19:48:54 +01:00
SymfonyandGitHub f6343d69f7 Merge pull request #162 from simensen/symfony-framework-bundle-environment-specific-services-and-parameters 2017-09-15 08:24:18 -07:00
Beau Simensen 365cb6a819 Make it possible create environment-specific services and parameters. 2017-09-06 10:21:11 -05:00
Javier Eguiluz 2117e0eb32 Renamed var/logs/ to var/log/ 2017-09-01 14:45:29 +02:00
Fabien Potencier 258f8e546b removed uneeded phpdoc 2017-08-18 09:58:58 +02:00
Fabien Potencier 6825d9862d removed final from Kernel 2017-08-18 09:56:08 +02:00
Fabien Potencier 68815be95a feature #123 Move routing configuration to routes/ instead of routing/ (fabpot)
This PR was merged into the master branch.

Discussion
----------

Move routing configuration to routes/ instead of routing/

| Q             | A
| ------------- | ---
| License       | MIT

Commits
-------

f5549bd moved routing configuration to routes/ instead of routing/
2017-07-21 10:28:48 +02:00
Fabien Potencier 5d6475a90b renamed container.yaml to services.yaml 2017-07-21 10:12:49 +02:00
Fabien Potencier f5549bd268 moved routing configuration to routes/ instead of routing/ 2017-07-21 10:04:25 +02:00
Fabien Potencier bf2148f9f1 moved etc/ to config/ and web/ to public/ 2017-07-03 15:36:25 +03:00
Teoh Han Hui 0480f8c563 Rename .gitkeep files to .gitignore 2017-05-30 18:02:25 +08:00
Roland FranssenandGitHub cecbb85b7c Load container config, instead of importing it 2017-05-07 12:23:08 +02:00
Jules Pietri 8e5d62d7b4 Fixed useless calls 2017-05-03 08:30:17 +02:00
Kévin DunglasandFabien Potencier 6a7468d543 [framework-bundle] use typehints when possible 2017-04-10 19:27:24 -07:00
Fabien Potencier e30857d457 removed unneeded license block 2017-04-07 11:11:11 -07:00
Fabien Potencier 60022e1412 removed usage of getRootDir 2017-04-07 09:58:47 -07:00
Fabien Potencier 8fd72f8a86 added version directories 2017-04-04 11:57:32 -07:00