Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54c2ae commit 440409dCopy full SHA for 440409d
1 file changed
Views.md
@@ -12,7 +12,7 @@ Let's set the view engine:
12
$app->set('view_engine', 'twig');
13
```
14
15
-Now let's create a view inside the views directory:
+Now let's create a view file `index.twig` inside the views directory:
16
```html
17
<!DOCTYPE html>
18
<html>
0 commit comments