Commit Graph
217 Commits
Author SHA1 Message Date
Ryan WeaverandRyan Weaver d0f7334e48 Changing ~ to true when it activates a system (for clarity) 2018-02-11 14:14:25 -05:00
symfony-flex-server[bot]andGitHub 018a74a593 Merge pull request #357 2018-02-09 06:42:35 +00:00
symfony-flex-server[bot]andGitHub 0ef28946a2 Merge pull request #359 2018-02-08 08:44:49 +00:00
Ryan WeaverandGitHub 4708c9473f capitalization 2018-02-03 12:30:35 -05:00
Ryan Weaver ad6f71a5e3 adding access_control examples and small warning 2018-02-02 10:22:38 -05:00
Ryan Weaver 203557f5be Reverting #353, which does not allow assets to load 2018-01-31 15:07:05 -05:00
Nicolas Grekas f67029e7e0 [framework-bundle] Let glob figure out existing dirs and fix resource tracking 2018-01-31 14:54:27 +01:00
symfony-flex-server[bot]andGitHub d3ce701a71 Merge pull request #353 2018-01-31 09:54:39 +00:00
Christophe Coevoet db95ec9aae Exclude the kernel when registering services 2018-01-30 09:35:57 +01:00
Christian Flothmann d4a7000abd tweak internal web server arguments 2018-01-27 12:10:45 +01:00
Marek PietrzakandGitHub 1ea1f497be Add --dev to composer require server suggestion
Current advice results with adding `"symfony/web-server-bundle"` into `require` section in composer.json.

We should advice `composer require server --dev` in order to add 
`"symfony/web-server-bundle"` into `require-dev` section in composer.json
2018-01-26 15:38:04 +00:00
Nicolas Grekas 0e88a4941b [symfony/framework-bundle] Tell about the cache.prefix_seed setting 2018-01-20 19:23:06 +01:00
Javier Eguiluz 5f1626ac10 Minor fixes in the comments of some recipes 2018-01-10 13:24:09 +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
Grégoire Pineau 6743e623d5 Added monolog in test env 2017-12-27 18:04:11 +01:00
Ben Scott 15506e0e3d Work out values for env and debug once
Previously the null coalescing logic was duplicated, this puts it into
one place.
2017-12-20 11:07:53 -08:00
symfony-flex-server[bot]andGitHub fc9b47d941 Merge pull request #321 2017-12-19 23:36:10 +00:00
symfony-flex-server[bot]andGitHub 201e0b49de Merge pull request #316 2017-12-19 23:14:00 +00:00
Fabien Potencier b92c8d7975 moved the debug alias to the pack instead of the bundle 2017-12-19 15:02:08 -08:00
Marek Pietrzak 0fd90f4063 [Routing] Add 4.0 folder, revert changes made in 3.3 2017-12-19 13:10:33 +00:00
metaerandGitHub 72a53f585a Update package.json 2017-12-18 14:20:07 +03:00
metaerandGitHub 082027ed9b Change version
Reason: https://github.com/symfony/webpack-encore/issues/226#issuecomment-352292127
2017-12-18 03:09:44 +03:00
Marek PietrzakandGitHub cba3daeabd Use "controller" keyword in example config 2017-12-15 23:18:51 +00:00
Nicolas Grekas 55427799b2 Add local empty git repo by default 2017-12-14 20:58:17 +01:00
symfony-flex-server[bot]andGitHub c6e5333f24 Merge pull request #292 2017-12-13 07:43:36 +00:00
Ryan WeaverandGitHub 235c2ea9aa Ignoring the Encore build directory 2017-12-12 08:41:59 -06:00
symfony-flex-server[bot]andGitHub b61ce3310c Merge pull request #305 2017-12-11 16:10:21 +00:00
Ryan Weaver 8f76140fee Reverts #295: this re-establishes the separate Flex recipe 2017-12-11 10:32:20 -05:00
Ryan WeaverandGitHub 30ca16fe96 Clarify when you would uncomment the session config 2017-12-11 08:22:40 -06:00
symfony-flex-server[bot]andGitHub 921ee9045a Merge pull request #296 2017-12-07 08:24:37 +00:00
symfony-flex-server[bot]andGitHub 3f7cdbc484 Merge pull request #295 2017-12-06 21:00:42 +00:00
Daniel EspendillerandGitHub 846b003d01 add translations alias for translator recipe
My first Flex experience: How to get the `translations` folder?
`composer require translations => supported aliases: "translation", "translator"`

This adds a `translations` alias for the translator recipe. Maybe its helpful
2017-12-06 19:41:27 +01:00
Grégoire Pineau 04b423be6b Fixed default phpunit.xml.dist: add filter/whitelist
If we don't do that, phpunit is not able to compute the code coverage.
We get the following error without it:

```
Error:         Incorrect whitelist config, no code coverage will be generated.
```
2017-12-06 17:36:54 +01:00
Nicolas Grekas 510e3f8eb1 Merge flex recipe with framework-bundle one 2017-12-06 10:14:03 +01:00
Nicolas Grekas b45a9da144 Bump phpunit to 6.5, discourage phpunit/phpunit more 2017-12-03 18:09:08 +01:00
Kévin Dunglas b324d5de53 Remove APP_ prefix 2017-12-02 17:15:05 +01:00
Ryan Weaver 130cd4cd42 adding services_test.yaml when you install phpunit bridge 2017-12-01 22:20:19 -05:00
Kévin Dunglas 629e7320c3 [FrameworkBundle] Add a env vars to configure trusted proxies and hosts 2017-11-30 18:13:11 +01:00
symfony-flex-server[bot]andGitHub a9c8b00077 Merge pull request #240 2017-11-30 15:44:55 +00:00
symfony-flex-server[bot]andGitHub 660a64b1cd Merge pull request #282 2017-11-30 15:34:56 +00:00
symfony-flex-server[bot]andGitHub 1d8a03eda3 Merge pull request #284 2017-11-29 20:25:15 +00:00
Ryan WeaverandGitHub 59654103a9 using the alias 2017-11-29 12:45:31 -06:00
Nicolas Grekas 4e796285c0 Hopefully improve comments in services.yaml 2017-11-29 17:28:19 +01:00
Kévin Dunglas c07fb2b2d7 Add symfony/serializer-pack 2017-11-29 16:22:40 +01:00
Nicolas Grekas 93a5aba47a gitignore /bin/.phpunit 2017-11-27 15:45:31 +01:00
symfony-flex-server[bot]andGitHub 13bbebb259 Merge pull request #280 2017-11-26 19:09:44 +00:00