Nicolas Grekas
3015f125e3
Enable inline_class_loader in debug mode
2019-12-18 12:15:32 +01:00
Nicolas Grekas
1a4241eda7
Dont inline_class_loader on PHP 7.4
2019-12-11 11:45:05 +01:00
symfony-flex-server[bot] and GitHub
7ed4104934
Merge pull request #677
2019-11-17 11:57:44 +00:00
Nicolas Grekas
aedd86b70d
Dont look recursively into per-env folders
2019-11-17 11:29:30 +01:00
Nicolas Grekas
998b214c6d
[framework-bundle] enable "inline_factories", disable "inline_class_loader" when PHP 7.4 preloading is used
2019-11-15 14:19:43 +01:00
tdutrion
27f7c9c518
Add project dir to framework bundle
2019-04-03 19:22:27 +02:00
symfony-flex-server[bot] and GitHub
d9dc7a8ff5
Merge pull request #507
2019-02-26 10:09:05 +00:00
Grégoire Pineau
52c6d2ae96
Load routes for specific env first
...
It's common to add a 'wildcard' route to an application that looks like
a CMS. Usually the route has the following path `/{slug}`.
But with the current routes loading order, the 'dev' routing is loaded
after regular routes. In previous SF versions, dev routing was loaded
first. This PR retores this behavior.
2019-02-25 16:29:14 +01:00
Martin Hujer
96ff1b6b8e
symfony/framework-bundle 4.2 can use PHP 7.1 features
2019-02-24 10:00:46 +01:00
Jan Rosier
de62821bc0
Remove the no longer needed getCacheDir and getLogDir methods.
...
Since Symfony v4.2 the methods of the parent class are the same.
2019-01-11 17:06:25 +01:00
Nicolas Grekas
7ff50214ee
Move loading .env files to bootstrap.php
2018-11-15 00:20:15 +01:00
symfony-flex-server[bot] and GitHub
5f5c10c2da
Merge pull request #485
2018-11-12 06:03:51 +00:00
Nicolas Grekas
be55b939ec
Remove setting container.autowiring.strict_mode to true
2018-11-10 16:46:52 +01:00
Tobias Schultze and GitHub
ef52f72088
Handle disabling bundles when config set to false
...
Fixes #383
2018-11-10 00:42:53 +01:00
Nicolas Grekas
f83edeee49
fix namespace
2018-11-09 22:20:11 +01:00
Nicolas Grekas
95bb54353e
Allow to override .env files per env
2018-11-09 14:22:38 +01: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