We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd0559 commit c053f99Copy full SHA for c053f99
1 file changed
user_guide_src/source/general/helpers.rst
@@ -154,9 +154,15 @@ your view files you would do this:
154
Where ``Click Here`` is the name of the link, and ``blog/comments`` is the
155
URI to the controller/method you wish to link to.
156
157
-*******************
+****************
158
+Creating Helpers
159
160
+
161
+The helper filename is the **helper name** and **_helper.php**.
162
+For example, to create Email Helper, you’ll create a file named **app/Helpers/email_helper.php**.
163
164
"Extending" Helpers
165
+===================
166
167
To "extend" Helpers, create a file in your **app/Helpers/** folder
168
with an identical name to the existing Helper.
0 commit comments