Commit Graph
343 Commits
Author SHA1 Message Date
Fabien Potencier 4d2004b218 added a recipe for Symfony mailer 2019-03-30 14:24:18 +01:00
symfony-flex-server[bot]andGitHub bcbb29f5e6 Merge pull request #557 2019-03-29 17:32:37 +00:00
Fabien Potencier f1d0ca324d Revert "Merge pull request #555"
This reverts commit d87f53b77c, reversing
changes made to 8bd4f13853.
2019-03-29 18:01:57 +01:00
Ryan WeaverandGitHub 03057a8051 adding enableIntegrityHashes() 2019-03-29 10:17:49 -04:00
Lyrkan e8b4f0689c Encore: Make @babel/preset-env use polyfills by default 2019-03-27 14:58:32 +01:00
tdutrion 693ec9e93a Add project path to app Kernel instanciation 2019-03-23 18:51:27 +01:00
Ryan Weaver d716ac872a Documenting the WebpackEncoreBundle caching option 2019-03-01 11:29:49 -05:00
symfony-flex-server[bot]andGitHub 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
symfony-flex-server[bot]andGitHub 6b2d02b812 Merge pull request #509 2019-02-19 14:09:00 +00: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
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
Matthieu MotaandGitHub 396f53923f Use const instead of let 2018-12-28 09:56:01 +01:00
Victor BocharskyandGitHub f16494e5de Add .splitEntryChunks() to webpack.config.js 2018-12-23 00:45:18 +02:00
Matthieu Mota d5abc28433 Optimize Encore Init 2018-12-22 23:03:07 +01:00
symfony-flex-server[bot]andGitHub 8d8b44411b Merge pull request #504 2018-12-19 16:18:12 +00:00
Nicolas Grekas 7490f414e3 [FrameworkBundle] split cache.yaml out of framework.yaml 2018-12-09 19:33:39 +00:00
Kévin Dunglas 40e6b96a0f Add a recipe for API Platform Admin 2018-12-08 21:47:20 +01:00
Kévin Dunglas 908e6c1175 Suffit env var by _SECRET 2018-11-30 16:16:38 +01:00
Kévin Dunglas 7aab53c420 Add MercureBundle recipe 2018-11-30 16:13:13 +01: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 a660013f90 Add "dump" alias to install "symfony/var-dumper" 2018-11-18 13:43:45 +01:00
symfony-flex-server[bot]andGitHub df44989802 Merge pull request #495 2018-11-18 08:58:32 +00:00
symfony-flex-server[bot]andGitHub 308f626272 Merge pull request #494 2018-11-17 22:20:42 +00:00
Ryan Weaver 3109b55910 bumping encore version 2018-11-17 15:26:14 -05:00
Nicolas Grekas f6585a3b41 TRUSTED_HOSTS is a regexp 2018-11-17 07:21:56 +01:00
Nicolas Grekas f8ad0c194e Move silencing to phpunit.xml.dist 2018-11-17 07:17:12 +01:00
Nicolas Grekas 7ff50214ee Move loading .env files to bootstrap.php 2018-11-15 00:20:15 +01:00
Nicolas Grekas ef6b857b19 switch to .env instead of .env.dist 2018-11-12 13:31:30 +01:00
symfony-flex-server[bot]andGitHub 3b516249b8 Merge pull request #488 2018-11-12 09:13:34 +00:00
symfony-flex-server[bot]andGitHub 5f5c10c2da Merge pull request #485 2018-11-12 06:03:51 +00: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 be55b939ec Remove setting container.autowiring.strict_mode to true 2018-11-10 16:46:52 +01:00
Tobias SchultzeandGitHub 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
Ryan Weaver b857d442ea adding missed manifest entry 2018-11-09 15:40:30 -05:00
Ryan Weaver 2f6c4cde59 temporarily re-adding .env.dist until symfony/flex#434 2018-11-09 14:44:54 -05: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
Ryan Weaver 8a4e5555e3 moving post install message 2018-11-05 13:12:49 -05:00
Ryan Weaver 903f0f62c6 Moving most of the webpack-encore-pack recipe to webpack-encore-bundle 2018-11-05 08:43:05 -05:00
Ryan Weaver eb7e0f4e5a Adding recipe for symfony/webpack-encore-bundle 2018-11-05 08:43:00 -05:00
symfony-flex-server[bot]andGitHub fa878f088c Merge pull request #470 2018-11-05 07:40:12 +00:00
Kévin Dunglas ec98589e53 Change postinstall message 2018-10-12 09:47:05 +02:00