We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128cbb9 commit 04b5632Copy full SHA for 04b5632
docs/view_fragments.md
@@ -39,3 +39,5 @@ class Home extends BaseController
39
40
We can return multiple fragments at the same time. Just separate each fragment with a comma or assign an array
41
instead of a string.
42
+
43
+If you declare the same fragment name multiple times in the view file, all these occurrences of the fragment will be returned.
0 commit comments