We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a42d42 commit 6f9030aCopy full SHA for 6f9030a
1 file changed
user_guide_src/source/general/helpers.rst
@@ -147,6 +147,8 @@ functions:
147
148
.. literalinclude:: helpers/006.php
149
150
+.. important:: Do not specify the namespace ``App\Helpers``.
151
+
152
The :php:func:`helper()` function will scan through all PSR-4 namespaces defined in **app/Config/Autoload.php**
153
and load in ALL matching helpers of the same name. This allows any module's helpers
154
to be loaded, as well as any helpers you've created specifically for this application. The load order
0 commit comments