Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 440409d

Browse files
Update Views.md
1 parent b54c2ae commit 440409d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Let's set the view engine:
1212
$app->set('view_engine', 'twig');
1313
```
1414

15-
Now let's create a view inside the views directory:
15+
Now let's create a view file `index.twig` inside the views directory:
1616
```html
1717
<!DOCTYPE html>
1818
<html>

0 commit comments

Comments
 (0)