Skip to content

Commit c053f99

Browse files
committed
docs: add section title and explanation
1 parent 3cd0559 commit c053f99

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,15 @@ your view files you would do this:
154154
Where ``Click Here`` is the name of the link, and ``blog/comments`` is the
155155
URI to the controller/method you wish to link to.
156156

157-
*******************
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+
158164
"Extending" Helpers
159-
*******************
165+
===================
160166

161167
To "extend" Helpers, create a file in your **app/Helpers/** folder
162168
with an identical name to the existing Helper.

0 commit comments

Comments
 (0)