Skip to content

Commit a590e94

Browse files
committed
minor #21130 [Asset] [Framework] Clarifying what base_path actually does (ThomasLandauer)
This PR was merged into the 6.4 branch. Discussion ---------- [Asset] [Framework] Clarifying what `base_path` actually does Page: https://symfony.com/doc/6.4/reference/configuration/framework.html#base-path I'm not 100% sure, but I don't know any other implications of `base_path`. Commits ------- dc61e0a [Framework] Clarifying what `base_path` actually does
2 parents bb3f806 + dc61e0a commit a590e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ base_path
20682068

20692069
**type**: ``string``
20702070

2071-
This option allows you to define a base path to be used for assets:
2071+
This option allows you to define a base path from where Twig's ``{{ asset() }}`` function is resolved:
20722072

20732073
.. configuration-block::
20742074

0 commit comments

Comments
 (0)