We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba07cfd commit 874e024Copy full SHA for 874e024
1 file changed
docs/customization/views.md
@@ -3,6 +3,10 @@
3
Shield provides the default view files, but they are sample files.
4
Customization is recommended.
5
6
+If your application uses a different method to convert view files to HTML than
7
+CodeIgniter's built-in `view()` helper, see
8
+[Integrating Custom View Libraries](./integrating_custom_view_libs.md).
9
+
10
## Change $views
11
12
Change values in `$views` in the **app/Config/Auth.php** file.
0 commit comments