Ryan Weaver and Nicolas Grekas
8a60492811
adding workflow for updating RECIPES.md
2022-04-30 11:13:17 -07:00
Ryan Weaver and Nicolas Grekas
844d33f786
Adding a new callable recipes readme GH action
2022-04-30 10:39:03 -07:00
Ryan Weaver and GitHub
ea6ade9061
Consolidating env-specific files into main config file for simplicity
2022-02-10 22:25:56 +01:00
Ryan Weaver
02e62440a4
adding caveat to encore post-install
2021-12-23 12:12:10 -05:00
Ryan Weaver and Nicolas Grekas
3da880ce71
Adding manual action for flex-update-archived
2021-12-17 18:42:36 +01:00
Ryan Weaver
f9236b266c
updating recipe for Stimulus 3
2021-12-03 15:06:25 -05:00
Ryan Weaver
1a88b62d99
Adding phpunit-bridge 5.3 recipe, which recommends using PHPUnit directly
2021-02-27 11:10:41 -05:00
Ryan Weaver
59f0b39371
removing the recommendation when installing phpunit directly
2021-02-27 10:53:35 -05:00
Ryan Weaver
053077a3c6
Making phpunit direct recipe match phpunit-bridge
2021-02-27 10:38:23 -05:00
Ryan Weaver
fa448ef891
fixing closing tag
2021-02-18 20:29:25 -05:00
Ryan Weaver
e4b2331c57
bumping to latest stimulus-bridge
...
Removing auto-import and adding new lazy-controller-loader
2021-01-28 19:50:21 -05:00
Ryan Weaver
89bbcccd7f
switching var to const to be more modern
2021-01-28 11:02:27 -05:00
Ryan Weaver
0410a27a79
bumping to encore 1.0
2021-01-27 15:17:13 -05:00
Ryan Weaver
6bdd88bff1
making package.json alphabetical
2021-01-20 10:25:15 -05:00
Ryan Weaver
cf47b10f13
Moving scripts to <head> by default
...
With <script defer, execution is still done after page load, but is more performant
and works will with Turbo
2021-01-15 14:00:20 -05:00
Ryan Weaver
5f2409a89d
listing mysql, pgsql and sqlite DATABASE_URL examples in .env
2020-11-18 14:40:03 -05:00
Ryan Weaver
d737051e5f
Allowing php config in the kernel
2020-06-12 09:34:33 -04:00
Ryan Weaver
94a7b92999
using latest Encore version
2020-05-11 06:44:46 -04:00
Ryan Weaver
50ecf52e47
bumping encore to newest version
2020-04-17 11:03:06 -04:00
Ryan Weaver
91ebb0fa08
removing services_test.yaml from symfony/phpunit-bridge recipe
...
Since Symfony 4.1, you can fetch private services from a test using
a special method - creating public aliases is not required anymore.
2020-02-24 13:08:58 -05:00
Ryan Weaver
cb9d2fc495
Creating phpunit-bridge 4.2 recipe to point to 4.2 version of bootstrap.php
...
This also updates the 4.3 recipe to use all the stuff from 4.2
2019-12-13 14:33:55 -05:00
Ryan Weaver
1a886501b8
Making symfony/console 4.2 use symfony/framework 4.2's config/bootstrap.php file
...
This assumes that the components are upgraded at the same time, but that is
an assumption we need to make for sane versioning. This assumption is already
made (for example) in the framework-bundle 4.2 recipe, whose config/bootstrap.php
file references a DotEnv 4.2 method
2019-12-12 16:48:07 -05:00
Ryan Weaver
24acb634ea
Clarifying the purpose of the "app" cache
2019-11-18 18:31:53 +01:00
Ryan Weaver
59cfb5641f
Less router config: only set strict_requirements to null in prod
...
The default value is true, and we only need to change that in the prod environment.
2019-10-23 12:11:18 -04:00
Ryan Weaver
44589f2abb
bumping Encore version to 0.28.0
2019-08-09 07:11:31 -04:00
Ryan Weaver
5d8f6e4767
bumping to php 7.5 to stay on supported version
2019-08-08 15:49:34 -04:00
Ryan Weaver
de3b0a131e
Proposing a docs issue/PR on PR template
2019-06-10 09:30:22 -04:00
Ryan Weaver
59e574129c
Using new excluded_http_codes
2019-06-02 07:05:21 -04:00
Ryan Weaver
c0d47adbd1
duplicating monolog-bundle recipe from 3.1 to 3.3
2019-06-02 07:04:18 -04:00
Ryan Weaver
7430564ca5
Fixing validator option name - not_compromised_password
2019-06-01 08:56:16 -04:00
Ryan Weaver
51116cf1f6
explicitly adding mailer env vars
2019-05-30 12:13:40 -04:00
Ryan Weaver
6ac8222936
changing mailer alias to Mailer component
2019-05-30 10:28:08 -04:00
Ryan Weaver
e07691f403
Tweaks to messenger 4.3 recipe
2019-05-24 15:53:07 -04:00
Ryan Weaver
65750c55ce
Simplifying links to authentication in security.yaml
2019-05-21 09:10:30 -04:00
Ryan Weaver
3a834f3082
bumping Encore deps
2019-04-10 09:44:01 -07:00
Ryan Weaver
d716ac872a
Documenting the WebpackEncoreBundle caching option
2019-03-01 11:29:49 -05: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
Ryan Weaver
3109b55910
bumping encore version
2018-11-17 15:26:14 -05: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
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
Ryan Weaver
c986e32d56
Adding a small note about what to do in the twig_extensions.yaml file
2018-08-09 14:50:00 -04:00
Ryan Weaver
1e413c6a60
Proofreading webpack.config.js for clarity
...
* Adding initial js and css files
* removing sass by default to avoid needing extra packages
* enabling notifications
2018-07-27 13:32:28 -04:00
Ryan Weaver
f8f3b2ac4f
removing the Symfony 3.3 warning, because that version is no longer
...
supported
2018-04-17 15:52:42 -04: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
Ryan Weaver
a7046de5cf
tweaking doctrine post message to look good in context of others
2018-02-09 19:55:09 -05:00
Ryan Weaver
d5288acd91
This is causing problems in phpunit.xml.dist
...
Revert "[doctrine-bundle] add single quotes for DATABASE_URL"
This reverts commit ba7fcf10cc .
2018-02-07 20:55:57 -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
Ryan Weaver
8f76140fee
Reverts #295 : this re-establishes the separate Flex recipe
2017-12-11 10:32:20 -05:00
Ryan Weaver
130cd4cd42
adding services_test.yaml when you install phpunit bridge
2017-12-01 22:20:19 -05:00
Ryan Weaver
140609e1b1
adding DoctrineFixturesBundle 3.0 recipe
2017-11-29 11:32:33 -05:00
Ryan Weaver
2efa651860
add note to configure doctrine.yaml
2017-11-20 15:57:25 -05:00
Ryan Weaver
2d19e7c593
Tweak
2017-11-19 20:34:59 +02:00
Ryan Weaver
72bf213901
Also putting charset option in a place where it is committed
2017-11-19 20:34:20 +02:00
Ryan Weaver
cb9f0ede5f
Simplifying setup: don't use any parameters
...
We can do this by using the driver and server_version config. Then, we
can just set DATABASE_URL to blank, to supress the error that it does
not exist. If it *is* set, it overrides the driver option, but they
should match anyways.
2017-11-19 20:33:10 +02:00
Ryan Weaver
25e96782f5
Moving some params
2017-11-16 15:46:50 +02:00
Ryan Weaver
61ca864c15
adding fallback DATABASE_URL to avoid connecting to the db during
...
cache:warmup
2017-11-16 15:36:37 +02:00
Ryan Weaver
f446c92fbf
Moving server_version to committed config
2017-11-16 15:27:16 +02:00