Jérôme Tamarelle and GitHub
46a908bfa4
Add TwigBundle 6.4 with file_name_pattern: *.twig ( #1256 )
...
* Add TwigBundle 6.4 with file_name_pattern=*.twig
* Remove twig.default_path as it's already the default value
https://github.com/symfony/symfony/blob/v6.4.0-RC1/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php#L145C33-L145C33
* Add "sf" to the favicon to look like the Symfony logo
2024-01-20 10:56:04 +01:00
Ryan Weaver and GitHub
c590fdaa8e
Adding new recipes for Encore, Stimulus & AssetMapper ( #1202 )
...
* Adding new recipes for Encore, Stimulus & AssetMapper
* StimulusBundle 1.0 -> 2.9
* updating namespace
* moving encore recipe changes to 2.0
* conflict with older version of flex
* adding ux_controller_link_tags() to recipe
* adding documentation to importmap
* updating message to match core
* Adding ux translator
* fixing translations path
* Documenting the new add-lines configurator
* Fixing translator initial version
* shorten to just var
* remove ux alias - there is no one package to install UX packages currently
* fixing wrong package name
2023-05-27 01:35:12 +02:00
Nicolas Grekas
6cb5f0ee26
Conflict with fwb < 5.3 when@env
2022-02-12 11:52:53 +01:00
Javier Eguiluz and GitHub
0bb62d9361
Update the favicon styles
2021-11-12 16:37:58 +01:00
Javier Eguiluz and GitHub
3f5bfb0101
Update the emoji to use the black circle
2021-11-12 16:33:01 +01:00
Javier Eguiluz and GitHub
8b3351fa1b
Add an embedded favicon to the base template
2021-11-10 18:04:23 +01:00
Nicolas Grekas
8650c6f061
[twig-bundle] uncomment encore_*_tags() when 5.4 is used
2021-07-09 14:26:35 +02:00
Nicolas Grekas
a1a70353f6
Remove all symlinks
2021-07-07 16:12:10 +02:00
Yonel Ceruto
cdb36d5ca6
[twig-bundle/5.3] Merge per-env settings
2021-06-05 13:44:29 -04:00
Kévin Dunglas
d5b6c76383
wording
2021-02-05 17:33:16 +01:00
Kévin Dunglas
fed8b087ac
Improve onboarding when using Encore
2021-02-05 17:17:59 +01: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
Yonel Ceruto
074ef26b48
Simplify Twig config for 5.0 recipe
2019-11-21 08:55:26 -05:00
Yonel Ceruto
a223fa8a2e
remove Twig config symlink
2019-11-21 08:51:10 -05:00
Yonel Ceruto
ec6087a441
Restoring Twig config directory for 5.0 recipe
2019-11-21 08:30:07 -05:00
symfony-flex-server[bot] and GitHub
ca659754ac
Merge pull request #666
2019-11-15 16:20:44 +00:00
Maxime Steinhausser
e93e95b8af
[Fwb][TwigBundle] Remove Twig Preview controller routing in favor of fwb
2019-11-14 10:26:47 +01:00
HypeMC
46f6ef9137
Set twig.strict_variables to true in test env by default
2019-11-04 11:27:56 +01:00
Fabien Potencier
0c43f319e0
Add support for the Twig extra bundle
2019-10-17 07:49:21 +02:00
Yonel Ceruto
822d426413
add routes dev config
2019-09-06 10:57:24 -04:00
Yonel Ceruto
8104be1b08
Add errors preview routes to the framework config
2019-09-06 08:52:24 -04:00
Yonel Ceruto
cbb435138e
Deprecation free and use ErrorRenderer mechanism by default
2019-08-17 14:10:07 -04:00
Yonel Ceruto
499af21e07
removing Twig paths comment
2018-09-08 07:57:12 -04:00
Yonel Ceruto
cc439b6eb0
add config suggestion for addition paths
2018-09-05 10:58:51 -04:00
Yonel Ceruto
85ff539ac9
Use default_path instead of paths for Twig and Translator config
2018-07-11 12:21:31 -04:00
Massimiliano Arione and GitHub
5e24f62a38
unalign
2017-11-03 17:13:15 +01:00
Fabien Potencier and Symfony
50d45cb37f
removes templating as an alias ( #219 )
2017-10-20 13:33:51 -07:00
Ryan Weaver and GitHub
92f840922c
Removing unnecessary closing /
2017-08-31 14:44:05 +02:00
Ryan Weaver and GitHub
640624a94d
naming back to base.html.twig
2017-08-31 06:08:18 -04:00
Ryan Weaver and GitHub
d75a860535
removing - as we now have a template inside templates
2017-08-31 05:47:34 -04:00
Ryan Weaver and GitHub
b6b76f87c2
Renaming to layout.html.twig
2017-08-31 05:47:11 -04:00
Ryan Weaver and GitHub
3815f4c6e8
remove favicon link tag
2017-08-27 20:49:45 -04:00
Ryan Weaver and GitHub
63fec05f2d
Adding standard base.html.twig for the TwigBundle recipe
2017-08-27 19:47:37 -05:00
Fabien Potencier
f5549bd268
moved routing configuration to routes/ instead of routing/
2017-07-21 10:04:25 +02:00
Javier Eguiluz
6aa4aa2ea9
Fix the prefix of the Twig dev routes
2017-07-18 13:24:38 +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
Yonel Ceruto
b39aa6303e
Use single quotes in yaml files
2017-05-03 10:24:53 -04:00
Fabien Potencier
cafb4bb4b6
replaced kernel.root_dir by kernel.project_dir
2017-04-07 09:57:51 -07:00
Fabien Potencier
8fd72f8a86
added version directories
2017-04-04 11:57:32 -07:00
Fabien Potencier
6e554b0445
moved aliases directly into the manifest files
2017-03-24 16:11:46 -07:00
Fabien Potencier
afb8b0bc4b
moved recipes to the root
2017-03-24 16:01:14 -07:00