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 d5c90f1 commit 05ce8a5Copy full SHA for 05ce8a5
user_guide_src/source/outgoing/views.rst
@@ -109,7 +109,7 @@ to package your views together in a module-like fashion for easy re-use or distr
109
110
If you have ``Blog`` directory that has a PSR-4 mapping set up in the :doc:`Autoloader </concepts/autoloader>` living
111
under the namespace ``Example\Blog``, you could retrieve view files as if they were namespaced also. Following this
112
-example, you could load the **BlogView** file from **/blog/views** by prepending the namespace to the view name::
+example, you could load the **blogview.php** file from **Blog/Views** by prepending the namespace to the view name::
113
114
echo view('Example\Blog\Views\blogview');
115
0 commit comments